#B879BC

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

Shades of East Side #B879BC

Tints of East Side #B879BC

Color information

#B879BC (or 0xB879BC) is unknown color: approx East Side. HEX triplet: B8, 79 and BC. RGB value is (184,121,188). Sum of RGB (Red+Green+Blue) = 184+121+188=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #B879BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879BC is #478643. Grayscale: #939393. Windows color (decimal): -4687428 or 12351928. OLE color: 12351928.

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

Color convert

RGB184121188-
CMYK0.020.3600.26
HSL296.42º33.33%60.59%-
HSV(B)296.42º35.64%73.73%-
XYZ35.6827.551-
YUV147.48150.87154.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=37.32%
G=24.54%
B=38.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841211880.020.3600.26296.4233.3360.59
HexB879BC22401A128213d
Octal2701712742440324504175
Binary1011100011110011011110010100100011010100101000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879BC; }

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

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

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

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

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

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

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

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