#B864E6

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

Shades of Medium Orchid #B864E6

Tints of Medium Orchid #B864E6

Color information

#B864E6 (or 0xB864E6) is unknown color: approx Medium Orchid. HEX triplet: B8, 64 and E6. RGB value is (184,100,230). Sum of RGB (Red+Green+Blue) = 184+100+230=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #B864E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B864E6 is #479B19. Grayscale: #8B8B8B. Windows color (decimal): -4692762 or 15099064. OLE color: 15099064.

HSL color Cylindrical-coordinate representation of color #B864E6: hue angle of 278.77º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B864E6 is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB184100230-
CMYK0.20.5700.10
HSL278.77º72.22%64.71%-
HSV(B)278.77º56.52%90.2%-
XYZ38.6125.0277.66-
YUV139.94178.83159.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 100 (39.45% from 255) = 19.46%
BLUE value IS 230 (90.23% from 255) = 44.75%
R=35.80%
G=19.46%
B=44.75%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1841002300.20.5700.10278.7772.2264.71
HexB864E614390A1174841
Octal2701443462471012427110101
Binary10111000110010011100110101001110010101010001011110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864E6; }

 p { color: rgb(184,100,230); }

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

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

 a { background-color: rgb(184,100,230); }

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

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

 span { border-color: rgb(184,100,230); }

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