#B878BF

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

Shades of East Side #B878BF

Tints of East Side #B878BF

Color information

#B878BF (or 0xB878BF) is unknown color: approx East Side. HEX triplet: B8, 78 and BF. RGB value is (184,120,191). Sum of RGB (Red+Green+Blue) = 184+120+191=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #B878BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878BF is #478740. Grayscale: #939393. Windows color (decimal): -4687681 or 12548280. OLE color: 12548280.

HSL color Cylindrical-coordinate representation of color #B878BF: hue angle of 294.08º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B878BF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184120191-
CMYK0.040.3700.25
HSL294.08º35.68%60.98%-
HSV(B)294.08º37.17%74.9%-
XYZ35.8927.3852.68-
YUV147.23152.7154.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 191 (75% from 255) = 38.59%
R=37.17%
G=24.24%
B=38.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841201910.040.3700.25294.0835.6860.98
HexB878BF425019126243d
Octal2701702774450314464475
Binary10111000111100010111111100100101011001100100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878BF; }

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

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

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

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

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

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

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

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