#B876DC

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

Shades of Medium Orchid #B876DC

Tints of Medium Orchid #B876DC

Color information

#B876DC (or 0xB876DC) is unknown color: approx Medium Orchid. HEX triplet: B8, 76 and DC. RGB value is (184,118,220). Sum of RGB (Red+Green+Blue) = 184+118+220=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #B876DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876DC is #478923. Grayscale: #959595. Windows color (decimal): -4688164 or 14448312. OLE color: 14448312.

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

Color convert

RGB184118220-
CMYK0.160.4600.14
HSL278.82º59.3%66.27%-
HSV(B)278.82º46.36%86.27%-
XYZ39.1628.3171.11-
YUV149.36167.87152.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 118 (46.48% from 255) = 22.61%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=35.25%
G=22.61%
B=42.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841182200.160.4600.14278.8259.366.27
HexB876DC102E0E1173b42
Octal270166334205601642773102
Binary1011100011101101101110010000101110011101000101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B876DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B876DC; }

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

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

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

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

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

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

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

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