#B58DBA

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

Shades of East Side #B58DBA

Tints of East Side #B58DBA

Color information

#B58DBA (or 0xB58DBA) is unknown color: approx East Side. HEX triplet: B5, 8D and BA. RGB value is (181,141,186). Sum of RGB (Red+Green+Blue) = 181+141+186=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #B58DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DBA is #4A7245. Grayscale: #9D9D9D. Windows color (decimal): -4878918 or 12225973. OLE color: 12225973.

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

Color convert

RGB181141186-
CMYK0.030.2400.27
HSL293.33º24.59%64.12%-
HSV(B)293.33º24.19%72.94%-
XYZ37.4432.4250.74-
YUV158.09143.75144.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=35.63%
G=27.76%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811411860.030.2400.27293.3324.5964.12
HexB58DBA31801B1251940
Octal26521527233003344531100
Binary1011010110001101101110101111000011011100100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DBA; }

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

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

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

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

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

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

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

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