#B38EC1

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

Shades of East Side #B38EC1

Tints of East Side #B38EC1

Color information

#B38EC1 (or 0xB38EC1) is unknown color: approx East Side. HEX triplet: B3, 8E and C1. RGB value is (179,142,193). Sum of RGB (Red+Green+Blue) = 179+142+193=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #B38EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38EC1 is #4C713E. Grayscale: #9E9E9E. Windows color (decimal): -5009727 or 12684979. OLE color: 12684979.

HSL color Cylindrical-coordinate representation of color #B38EC1: hue angle of 283.53º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B38EC1 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179142193-
CMYK0.070.2600.24
HSL283.53º29.14%65.69%-
HSV(B)283.53º26.42%75.69%-
XYZ37.8932.7854.78-
YUV158.88147.26142.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=34.82%
G=27.63%
B=37.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791421930.070.2600.24283.5329.1465.69
HexB38EC171A01811c1d42
Octal26321630173203043435102
Binary10110011100011101100000111111010011000100011100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EC1; }

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

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

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

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

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

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

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

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