#B876DB

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

Shades of Medium Orchid #B876DB

Tints of Medium Orchid #B876DB

Color information

#B876DB (or 0xB876DB) is unknown color: approx Medium Orchid. HEX triplet: B8, 76 and DB. RGB value is (184,118,219). Sum of RGB (Red+Green+Blue) = 184+118+219=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #B876DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876DB is #478924. Grayscale: #949494. Windows color (decimal): -4688165 or 14382776. OLE color: 14382776.

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

Color convert

RGB184118219-
CMYK0.160.4600.14
HSL279.21º58.38%66.08%-
HSV(B)279.21º46.12%85.88%-
XYZ39.0328.2670.42-
YUV149.25167.37152.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 118 (46.48% from 255) = 22.65%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=35.32%
G=22.65%
B=42.03%

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
Decimal1841182190.160.4600.14279.2158.3866.08
HexB876DB102E0E1173a42
Octal270166333205601642772102
Binary1011100011101101101101110000101110011101000101111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B876DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B876DB; }

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

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

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

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

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

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

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

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