#B58CC9

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

Shades of East Side #B58CC9

Tints of East Side #B58CC9

Color information

#B58CC9 (or 0xB58CC9) is unknown color: approx East Side. HEX triplet: B5, 8C and C9. RGB value is (181,140,201). Sum of RGB (Red+Green+Blue) = 181+140+201=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #B58CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CC9 is #4A7336. Grayscale: #9F9F9F. Windows color (decimal): -4879159 or 13208757. OLE color: 13208757.

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

Color convert

RGB181140201-
CMYK0.100.3000.21
HSL280.33º36.09%66.86%-
HSV(B)280.33º30.35%78.82%-
XYZ38.9832.859.53-
YUV159.21151.58143.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=34.67%
G=26.82%
B=38.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811402010.100.3000.21280.3336.0966.86
HexB58CC9A1E0151182443
Octal265214311123602543044103
Binary1011010110001100110010011010111100101011000110001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CC9; }

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

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

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

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

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

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

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

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