#B879CA

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

Shades of East Side #B879CA

Tints of East Side #B879CA

Color information

#B879CA (or 0xB879CA) is unknown color: approx East Side. HEX triplet: B8, 79 and CA. RGB value is (184,121,202). Sum of RGB (Red+Green+Blue) = 184+121+202=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #B879CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879CA is #478635. Grayscale: #949494. Windows color (decimal): -4687414 or 13269432. OLE color: 13269432.

HSL color Cylindrical-coordinate representation of color #B879CA: hue angle of 286.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B879CA is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184121202-
CMYK0.090.4000.21
HSL286.67º43.32%63.33%-
HSV(B)286.67º40.1%79.22%-
XYZ37.2728.1359.34-
YUV149.07157.87152.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 121 (47.66% from 255) = 23.87%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=36.29%
G=23.87%
B=39.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841212020.090.4000.21286.6743.3263.33
HexB879CA92801511f2b3f
Octal27017131211500254375377
Binary101110001111001110010101001101000010101100011111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879CA; }

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

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

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

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

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

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

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

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