#B39EC2

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

Shades of East Side #B39EC2

Tints of East Side #B39EC2

Color information

#B39EC2 (or 0xB39EC2) is unknown color: approx East Side. HEX triplet: B3, 9E and C2. RGB value is (179,158,194). Sum of RGB (Red+Green+Blue) = 179+158+194=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #B39EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EC2 is #4C613D. Grayscale: #A8A8A8. Windows color (decimal): -5005630 or 12754611. OLE color: 12754611.

HSL color Cylindrical-coordinate representation of color #B39EC2: hue angle of 275º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39EC2 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179158194-
CMYK0.080.1900.24
HSL275º22.78%69.02%-
HSV(B)275º18.56%76.08%-
XYZ40.5537.9356.22-
YUV168.38142.46135.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=33.71%
G=29.76%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791581940.080.1900.2427522.7869.02
HexB39EC28130181131745
Octal263236302102303042327105
Binary101100111001111011000010100010011011000100010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EC2; }

 p { color: rgb(179,158,194); }

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

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

 a { background-color: rgb(179,158,194); }

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

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

 span { border-color: rgb(179,158,194); }

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