#B58ABD

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

Shades of East Side #B58ABD

Tints of East Side #B58ABD

Color information

#B58ABD (or 0xB58ABD) is unknown color: approx East Side. HEX triplet: B5, 8A and BD. RGB value is (181,138,189). Sum of RGB (Red+Green+Blue) = 181+138+189=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #B58ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ABD is #4A7542. Grayscale: #9C9C9C. Windows color (decimal): -4879683 or 12421813. OLE color: 12421813.

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

Color convert

RGB181138189-
CMYK0.040.2700.26
HSL290.59º27.87%64.12%-
HSV(B)290.59º26.98%74.12%-
XYZ37.3331.6752.29-
YUV156.67146.25145.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=35.63%
G=27.17%
B=37.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811381890.040.2700.26290.5927.8764.12
HexB58ABD41B01A1231c40
Octal26521227543303244334100
Binary10110101100010101011110110011011011010100100011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58ABD; }

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

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

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

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

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

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

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

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