#B879BF

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

Shades of East Side #B879BF

Tints of East Side #B879BF

Color information

#B879BF (or 0xB879BF) is unknown color: approx East Side. HEX triplet: B8, 79 and BF. RGB value is (184,121,191). Sum of RGB (Red+Green+Blue) = 184+121+191=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #B879BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879BF is #478640. Grayscale: #939393. Windows color (decimal): -4687425 or 12548536. OLE color: 12548536.

HSL color Cylindrical-coordinate representation of color #B879BF: hue angle of 294º degrees, saturation: 0.35, 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 #B879BF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184121191-
CMYK0.040.3700.25
HSL294º35.35%61.18%-
HSV(B)294º36.65%74.9%-
XYZ36.0127.6352.72-
YUV147.82152.37153.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 191 (75% from 255) = 38.51%
R=37.10%
G=24.40%
B=38.51%

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
Decimal1841211910.040.3700.2529435.3561.18
HexB879BF425019126233d
Octal2701712774450314464375
Binary10111000111100110111111100100101011001100100110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879BF; }

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

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

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

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

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

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

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

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