#B58EBE

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

Shades of East Side #B58EBE

Tints of East Side #B58EBE

Color information

#B58EBE (or 0xB58EBE) is unknown color: approx East Side. HEX triplet: B5, 8E and BE. RGB value is (181,142,190). Sum of RGB (Red+Green+Blue) = 181+142+190=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #B58EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EBE is #4A7141. Grayscale: #9E9E9E. Windows color (decimal): -4878658 or 12488373. OLE color: 12488373.

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

Color convert

RGB181142190-
CMYK0.050.2500.25
HSL288.75º26.97%65.1%-
HSV(B)288.75º25.26%74.51%-
XYZ38.0232.8953.06-
YUV159.13145.42143.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=35.28%
G=27.68%
B=37.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811421900.050.2500.25288.7526.9765.1
HexB58EBE5190191211b41
Octal26521627653103144133101
Binary10110101100011101011111010111001011001100100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EBE; }

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

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

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

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

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

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

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

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