#B38ECA

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

Shades of East Side #B38ECA

Tints of East Side #B38ECA

Color information

#B38ECA (or 0xB38ECA) is unknown color: approx East Side. HEX triplet: B3, 8E and CA. RGB value is (179,142,202). Sum of RGB (Red+Green+Blue) = 179+142+202=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #B38ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ECA is #4C7135. Grayscale: #9F9F9F. Windows color (decimal): -5009718 or 13274803. OLE color: 13274803.

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

Color convert

RGB179142202-
CMYK0.110.3000.21
HSL277º36.14%67.45%-
HSV(B)277º29.7%79.22%-
XYZ38.9233.1960.23-
YUV159.9151.76141.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=34.23%
G=27.15%
B=38.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791422020.110.3000.2127736.1467.45
HexB38ECAB1E0151152443
Octal263216312133602542544103
Binary1011001110001110110010101011111100101011000101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38ECA; }

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

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

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

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

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

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

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

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