#B866DB

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

Shades of Medium Orchid #B866DB

Tints of Medium Orchid #B866DB

Color information

#B866DB (or 0xB866DB) is unknown color: approx Medium Orchid. HEX triplet: B8, 66 and DB. RGB value is (184,102,219). Sum of RGB (Red+Green+Blue) = 184+102+219=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B866DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866DB is #479924. Grayscale: #8B8B8B. Windows color (decimal): -4692261 or 14378680. OLE color: 14378680.

HSL color Cylindrical-coordinate representation of color #B866DB: hue angle of 282.05º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B866DB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184102219-
CMYK0.160.5300.14
HSL282.05º61.9%62.94%-
HSV(B)282.05º53.42%85.88%-
XYZ37.324.8169.84-
YUV139.86172.67159.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 102 (40.23% from 255) = 20.20%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=36.44%
G=20.20%
B=43.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841022190.160.5300.14282.0561.962.94
HexB866DB10350E11a3e3f
Octal27014633320650164327677
Binary101110001100110110110111000011010101110100011010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B866DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B866DB; }

 p { color: rgb(184,102,219); }

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

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

 a { background-color: rgb(184,102,219); }

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

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

 span { border-color: rgb(184,102,219); }

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