#B58DBE

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

Shades of East Side #B58DBE

Tints of East Side #B58DBE

Color information

#B58DBE (or 0xB58DBE) is unknown color: approx East Side. HEX triplet: B5, 8D and BE. RGB value is (181,141,190). Sum of RGB (Red+Green+Blue) = 181+141+190=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #B58DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DBE is #4A7241. Grayscale: #9E9E9E. Windows color (decimal): -4878914 or 12488117. OLE color: 12488117.

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

Color convert

RGB181141190-
CMYK0.050.2600.25
HSL288.98º27.37%64.9%-
HSV(B)288.98º25.79%74.51%-
XYZ37.8832.5953.01-
YUV158.55145.75144.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=35.35%
G=27.54%
B=37.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811411900.050.2600.25288.9827.3764.9
HexB58DBE51A0191211b41
Octal26521527653203144133101
Binary10110101100011011011111010111010011001100100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DBE; }

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

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

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

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

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

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

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

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