#B872DB

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

Shades of Medium Orchid #B872DB

Tints of Medium Orchid #B872DB

Color information

#B872DB (or 0xB872DB) is unknown color: approx Medium Orchid. HEX triplet: B8, 72 and DB. RGB value is (184,114,219). Sum of RGB (Red+Green+Blue) = 184+114+219=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #B872DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872DB is #478D24. Grayscale: #929292. Windows color (decimal): -4689189 or 14381752. OLE color: 14381752.

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

Color convert

RGB184114219-
CMYK0.160.4800.14
HSL280º59.32%65.29%-
HSV(B)280º47.95%85.88%-
XYZ38.5727.3470.26-
YUV146.9168.69154.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 114 (44.92% from 255) = 22.05%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=35.59%
G=22.05%
B=42.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841142190.160.4800.1428059.3265.29
HexB872DB10300E1183b41
Octal270162333206001643073101
Binary1011100011100101101101110000110000011101000110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B872DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B872DB; }

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

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

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

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

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

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

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

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