#B879CE

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

Shades of East Side #B879CE

Tints of East Side #B879CE

Color information

#B879CE (or 0xB879CE) is unknown color: approx East Side. HEX triplet: B8, 79 and CE. RGB value is (184,121,206). Sum of RGB (Red+Green+Blue) = 184+121+206=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #B879CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879CE is #478631. Grayscale: #959595. Windows color (decimal): -4687410 or 13531576. OLE color: 13531576.

HSL color Cylindrical-coordinate representation of color #B879CE: hue angle of 284.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B879CE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184121206-
CMYK0.110.4100.19
HSL284.47º46.45%64.12%-
HSV(B)284.47º41.26%80.78%-
XYZ37.7528.3261.87-
YUV149.53159.87152.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.01%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=36.01%
G=23.68%
B=40.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841212060.110.4100.19284.4746.4564.12
HexB879CEB2901311c2e40
Octal270171316135102343456100
Binary1011100011110011100111010111010010100111000111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879CE; }

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

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

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

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

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

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

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

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