#B08ECA

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

Shades of East Side #B08ECA

Tints of East Side #B08ECA

Color information

#B08ECA (or 0xB08ECA) is unknown color: approx East Side. HEX triplet: B0, 8E and CA. RGB value is (176,142,202). Sum of RGB (Red+Green+Blue) = 176+142+202=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #B08ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ECA is #4F7135. Grayscale: #9E9E9E. Windows color (decimal): -5206326 or 13274800. OLE color: 13274800.

HSL color Cylindrical-coordinate representation of color #B08ECA: hue angle of 274º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B08ECA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176142202-
CMYK0.130.3000.21
HSL274º36.14%67.45%-
HSV(B)274º29.7%79.22%-
XYZ38.2432.8460.2-
YUV159.01152.26140.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=33.85%
G=27.31%
B=38.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761422020.130.3000.2127436.1467.45
HexB08ECAD1E0151122443
Octal260216312153602542244103
Binary1011000010001110110010101101111100101011000100101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08ECA; }

 p { color: rgb(176,142,202); }

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

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

 a { background-color: rgb(176,142,202); }

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

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

 span { border-color: rgb(176,142,202); }

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