#B864CE

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

Shades of Medium Orchid #B864CE

Tints of Medium Orchid #B864CE

Color information

#B864CE (or 0xB864CE) is unknown color: approx Medium Orchid. HEX triplet: B8, 64 and CE. RGB value is (184,100,206). Sum of RGB (Red+Green+Blue) = 184+100+206=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #B864CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864CE is #479B31. Grayscale: #888888. Windows color (decimal): -4692786 or 13526200. OLE color: 13526200.

HSL color Cylindrical-coordinate representation of color #B864CE: hue angle of 287.55º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B864CE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184100206-
CMYK0.110.5100.19
HSL287.55º51.96%60%-
HSV(B)287.55º51.46%80.78%-
XYZ35.4623.7661.11-
YUV137.2166.83161.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 100 (39.45% from 255) = 20.41%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=37.55%
G=20.41%
B=42.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841002060.110.5100.19287.5551.9660
HexB864CEB33013120343c
Octal27014431613630234406474
Binary101110001100100110011101011110011010011100100000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864CE; }

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

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

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

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

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

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

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

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