#B879C5

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

Shades of East Side #B879C5

Tints of East Side #B879C5

Color information

#B879C5 (or 0xB879C5) is unknown color: approx East Side. HEX triplet: B8, 79 and C5. RGB value is (184,121,197). Sum of RGB (Red+Green+Blue) = 184+121+197=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #B879C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879C5 is #47863A. Grayscale: #949494. Windows color (decimal): -4687419 or 12941752. OLE color: 12941752.

HSL color Cylindrical-coordinate representation of color #B879C5: hue angle of 289.74º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B879C5 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB184121197-
CMYK0.070.3900.23
HSL289.74º39.58%62.35%-
HSV(B)289.74º38.58%77.25%-
XYZ36.6827.956.27-
YUV148.5155.37153.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=36.65%
G=24.10%
B=39.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841211970.070.3900.23289.7439.5862.35
HexB879C5727017122283e
Octal2701713057470274425076
Binary10111000111100111000101111100111010111100100010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879C5; }

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

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

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

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

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

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

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

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