#B58DBF

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

Shades of East Side #B58DBF

Tints of East Side #B58DBF

Color information

#B58DBF (or 0xB58DBF) is unknown color: approx East Side. HEX triplet: B5, 8D and BF. RGB value is (181,141,191). Sum of RGB (Red+Green+Blue) = 181+141+191=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #B58DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DBF is #4A7240. Grayscale: #9E9E9E. Windows color (decimal): -4878913 or 12553653. OLE color: 12553653.

HSL color Cylindrical-coordinate representation of color #B58DBF: hue angle of 288º degrees, saturation: 0.28, 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 #B58DBF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181141191-
CMYK0.050.2600.25
HSL288º28.09%65.1%-
HSV(B)288º26.18%74.9%-
XYZ37.9832.6453.59-
YUV158.66146.25143.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 191 (75% from 255) = 37.23%
R=35.28%
G=27.49%
B=37.23%

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
Decimal1811411910.050.2600.2528828.0965.1
HexB58DBF51A0191201c41
Octal26521527753203144034101
Binary10110101100011011011111110111010011001100100000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DBF; }

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

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

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

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

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

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

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

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