#B58EBD

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

Shades of East Side #B58EBD

Tints of East Side #B58EBD

Color information

#B58EBD (or 0xB58EBD) is unknown color: approx East Side. HEX triplet: B5, 8E and BD. RGB value is (181,142,189). Sum of RGB (Red+Green+Blue) = 181+142+189=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #B58EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EBD is #4A7142. Grayscale: #9E9E9E. Windows color (decimal): -4878659 or 12422837. OLE color: 12422837.

HSL color Cylindrical-coordinate representation of color #B58EBD: hue angle of 289.79º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58EBD is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181142189-
CMYK0.040.2500.26
HSL289.79º26.26%64.9%-
HSV(B)289.79º24.87%74.12%-
XYZ37.9132.8452.49-
YUV159.02144.92143.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=35.35%
G=27.73%
B=36.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811421890.040.2500.26289.7926.2664.9
HexB58EBD41901A1221a41
Octal26521627543103244232101
Binary10110101100011101011110110011001011010100100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EBD; }

 p { color: rgb(181,142,189); }

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

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

 a { background-color: rgb(181,142,189); }

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

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

 span { border-color: rgb(181,142,189); }

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