Shades of East Side #B58CC8
Tints of East Side #B58CC8
RGB
CMYK
RGB Variations
Color information
#B58CC8 (or 0xB58CC8) is known color: East Side. HEX triplet: B5, 8C and C8. RGB value is (181,140,200). Sum of RGB (Red+Green+Blue) = 181+140+200=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 200 - color contains mainly: blue. Hex color #B58CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CC8 is #4A7337. Grayscale: #9E9E9E. Windows color (decimal): -4879160 or 13143221. OLE color: 13143221.
HSL color Cylindrical-coordinate representation of color #B58CC8: hue angle of 281º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B58CC8 is Cyan = 0.09, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 140 | 200 | - |
| CMYK | 0.09 | 0.3 | 0 | 0.22 |
| HSL | 281º | 0.35% | 0.67% | - |
| HSV(B) | 281º | 0.3% | 0.78% | - |
| XYZ | 38.86 | 32.75 | 58.92 | - |
| YUV | 159.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 200 | 0.09 | 0.3 | 0 | 0.22 | 281 | 0.35 | 0.67 |
| Hex | B5 | 8C | C8 | 9 | 1E | 0 | 16 | 119 | 23 | 43 |
| Octal | 265 | 214 | 310 | 11 | 36 | 0 | 26 | 431 | 43 | 103 |
| Binary | 10110101 | 10001100 | 11001000 | 1001 | 11110 | 0 | 10110 | 100011001 | 100011 | 1000011 |
Color Harmonies of #B58CC8
Complementary color
Monochromatic Colors of #B58CC8
Black with #B58CC8
Text Example
Text Example
White with #B58CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CC8; }
p { color: rgb(181,140,200); }
H1.HeaderClassName
{
color: #B58CC8;
}
.AnyTagClassName
{
color: #B58CC8;
}
</style>
background-color css
<style>
a { background-color: #B58CC8; }
a { background-color: rgb(181,140,200); }
div.DivClassName
{
background-color: #B58CC8;
}
.BgClassName
{
background-color: #B58CC8;
}
</style>
border-color css
<style>
span { border-color: #B58CC8; }
span { border-color: rgb(181,140,200); }
td.TdClassName
{
border-color: #B58CC8;
}
.TagClassName
{
border-color: #B58CC8;
}
</style>