#B58BC9

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

Shades of East Side #B58BC9

Tints of East Side #B58BC9

Color information

#B58BC9 (or 0xB58BC9) is unknown color: approx East Side. HEX triplet: B5, 8B and C9. RGB value is (181,139,201). Sum of RGB (Red+Green+Blue) = 181+139+201=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #B58BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BC9 is #4A7436. Grayscale: #9E9E9E. Windows color (decimal): -4879415 or 13208501. OLE color: 13208501.

HSL color Cylindrical-coordinate representation of color #B58BC9: hue angle of 280.65º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B58BC9 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181139201-
CMYK0.100.3100.21
HSL280.65º36.47%66.67%-
HSV(B)280.65º30.85%78.82%-
XYZ38.8332.5159.49-
YUV158.63151.91143.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 201 (78.91% from 255) = 38.58%
R=34.74%
G=26.68%
B=38.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811392010.100.3100.21280.6536.4766.67
HexB58BC9A1F0151192443
Octal265213311123702543144103
Binary1011010110001011110010011010111110101011000110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BC9; }

 p { color: rgb(181,139,201); }

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

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

 a { background-color: rgb(181,139,201); }

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

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

 span { border-color: rgb(181,139,201); }

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