#B872DC

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

Shades of Medium Orchid #B872DC

Tints of Medium Orchid #B872DC

Color information

#B872DC (or 0xB872DC) is unknown color: approx Medium Orchid. HEX triplet: B8, 72 and DC. RGB value is (184,114,220). Sum of RGB (Red+Green+Blue) = 184+114+220=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B872DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872DC is #478D23. Grayscale: #929292. Windows color (decimal): -4689188 or 14447288. OLE color: 14447288.

HSL color Cylindrical-coordinate representation of color #B872DC: hue angle of 279.62º degrees, saturation: 0.6, 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 #B872DC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184114220-
CMYK0.160.4800.14
HSL279.62º60.23%65.49%-
HSV(B)279.62º48.18%86.27%-
XYZ38.727.3970.96-
YUV147.01169.19154.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=35.52%
G=22.01%
B=42.47%

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
Decimal1841142200.160.4800.14279.6260.2365.49
HexB872DC10300E1183c41
Octal270162334206001643074101
Binary1011100011100101101110010000110000011101000110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B872DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B872DC; }

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

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

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

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

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

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

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

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