#B28ECA

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

Shades of East Side #B28ECA

Tints of East Side #B28ECA

Color information

#B28ECA (or 0xB28ECA) is unknown color: approx East Side. HEX triplet: B2, 8E and CA. RGB value is (178,142,202). Sum of RGB (Red+Green+Blue) = 178+142+202=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #B28ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ECA is #4D7135. Grayscale: #9F9F9F. Windows color (decimal): -5075254 or 13274802. OLE color: 13274802.

HSL color Cylindrical-coordinate representation of color #B28ECA: hue angle of 276º 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 #B28ECA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178142202-
CMYK0.120.3000.21
HSL276º36.14%67.45%-
HSV(B)276º29.7%79.22%-
XYZ38.6933.0860.22-
YUV159.6151.93141.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=34.10%
G=27.20%
B=38.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781422020.120.3000.2127636.1467.45
HexB28ECAC1E0151142443
Octal262216312143602542444103
Binary1011001010001110110010101100111100101011000101001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28ECA; }

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

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

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

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

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

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

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

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