#B58ABE

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

Shades of East Side #B58ABE

Tints of East Side #B58ABE

Color information

#B58ABE (or 0xB58ABE) is unknown color: approx East Side. HEX triplet: B5, 8A and BE. RGB value is (181,138,190). Sum of RGB (Red+Green+Blue) = 181+138+190=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #B58ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ABE is #4A7541. Grayscale: #9C9C9C. Windows color (decimal): -4879682 or 12487349. OLE color: 12487349.

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

Color convert

RGB181138190-
CMYK0.050.2700.25
HSL289.62º28.57%64.31%-
HSV(B)289.62º27.37%74.51%-
XYZ37.4431.7252.86-
YUV156.78146.75145.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=35.56%
G=27.11%
B=37.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811381900.050.2700.25289.6228.5764.31
HexB58ABE51B0191221d40
Octal26521227653303144235100
Binary10110101100010101011111010111011011001100100010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58ABE; }

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

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

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

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

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

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

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

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