#B878DD

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

Shades of Medium Orchid #B878DD

Tints of Medium Orchid #B878DD

Color information

#B878DD (or 0xB878DD) is unknown color: approx Medium Orchid. HEX triplet: B8, 78 and DD. RGB value is (184,120,221). Sum of RGB (Red+Green+Blue) = 184+120+221=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #B878DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878DD is #478722. Grayscale: #969696. Windows color (decimal): -4687651 or 14514360. OLE color: 14514360.

HSL color Cylindrical-coordinate representation of color #B878DD: hue angle of 278.02º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B878DD is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184120221-
CMYK0.170.4600.13
HSL278.02º59.76%66.86%-
HSV(B)278.02º45.7%86.67%-
XYZ39.5328.8471.89-
YUV150.65167.7151.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=35.05%
G=22.86%
B=42.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841202210.170.4600.13278.0259.7666.86
HexB878DD112E0D1163c43
Octal270170335215601542674103
Binary1011100011110001101110110001101110011011000101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878DD; }

 p { color: rgb(184,120,221); }

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

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

 a { background-color: rgb(184,120,221); }

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

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

 span { border-color: rgb(184,120,221); }

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