#B878BD

Color #B878BD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B878BD

Tints of East Side #B878BD

Color information

#B878BD (or 0xB878BD) is unknown color: approx East Side. HEX triplet: B8, 78 and BD. RGB value is (184,120,189). Sum of RGB (Red+Green+Blue) = 184+120+189=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #B878BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878BD is #478742. Grayscale: #929292. Windows color (decimal): -4687683 or 12417208. OLE color: 12417208.

HSL color Cylindrical-coordinate representation of color #B878BD: hue angle of 295.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B878BD is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184120189-
CMYK0.030.3700.26
HSL295.65º34.33%60.59%-
HSV(B)295.65º36.51%74.12%-
XYZ35.6727.351.53-
YUV147151.7154.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 120 (47.27% from 255) = 24.34%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=37.32%
G=24.34%
B=38.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841201890.030.3700.26295.6534.3360.59
HexB878BD32501A128223d
Octal2701702753450324504275
Binary1011100011110001011110111100101011010100101000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878BD; }

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

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

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

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

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

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

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

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