#B65CF1

Color #B65CF1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B65CF1

Tints of Medium Orchid #B65CF1

Color information

#B65CF1 (or 0xB65CF1) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and F1. RGB value is (182,92,241). Sum of RGB (Red+Green+Blue) = 182+92+241=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #B65CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CF1 is #49A30E. Grayscale: #878787. Windows color (decimal): -4825871 or 15817910. OLE color: 15817910.

HSL color Cylindrical-coordinate representation of color #B65CF1: hue angle of 276.24º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65CF1 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18292241-
CMYK0.240.6200.05
HSL276.24º84.18%65.29%-
HSV(B)276.24º61.83%94.51%-
XYZ3923.9585.79-
YUV135.9187.32160.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 92 (36.33% from 255) = 17.86%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=35.34%
G=17.86%
B=46.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182922410.240.6200.05276.2484.1865.29
HexB65CF1183E051145441
Octal266134361307605424124101
Binary1011011010111001111000111000111110010110001010010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CF1; }

 p { color: rgb(182,92,241); }

 H1.HeaderClassName
 {
   color: #B65CF1;
 }
 .AnyTagClassName
 {
   color: #B65CF1;
 }
</style>
background-color css

<style>
 a { background-color: #B65CF1; }

 a { background-color: rgb(182,92,241); }

 div.DivClassName
 {
   background-color: #B65CF1;
 }
 .BgClassName
 {
   background-color: #B65CF1;
 }
</style>
border-color css

<style>
 span { border-color: #B65CF1; }

 span { border-color: rgb(182,92,241); }

 td.TdClassName
 {
   border-color: #B65CF1;
 }
 .TagClassName
 {
   border-color: #B65CF1;
 }
</style>