#B864CB

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

Shades of Medium Orchid #B864CB

Tints of Medium Orchid #B864CB

Color information

#B864CB (or 0xB864CB) is unknown color: approx Medium Orchid. HEX triplet: B8, 64 and CB. RGB value is (184,100,203). Sum of RGB (Red+Green+Blue) = 184+100+203=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #B864CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864CB is #479B34. Grayscale: #888888. Windows color (decimal): -4692789 or 13329592. OLE color: 13329592.

HSL color Cylindrical-coordinate representation of color #B864CB: hue angle of 288.93º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B864CB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184100203-
CMYK0.090.5100.20
HSL288.93º49.76%59.41%-
HSV(B)288.93º50.74%79.61%-
XYZ35.123.6259.21-
YUV136.86165.33161.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 100 (39.45% from 255) = 20.53%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=37.78%
G=20.53%
B=41.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841002030.090.5100.20288.9349.7659.41
HexB864CB933014121323b
Octal27014431311630244416273
Binary101110001100100110010111001110011010100100100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864CB; }

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

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

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

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

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

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

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

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