Shades of East Side #B58CBC
Tints of East Side #B58CBC
RGB
CMYK
RGB Variations
Color information
#B58CBC (or 0xB58CBC) is known color: East Side. HEX triplet: B5, 8C and BC. RGB value is (181,140,188). Sum of RGB (Red+Green+Blue) = 181+140+188=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #B58CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CBC is #4A7343. Grayscale: #9D9D9D. Windows color (decimal): -4879172 or 12356789. OLE color: 12356789.
HSL color Cylindrical-coordinate representation of color #B58CBC: hue angle of 291.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B58CBC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 140 | 188 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.26 |
| HSL | 291.25º | 0.26% | 0.64% | - |
| HSV(B) | 291.25º | 0.26% | 0.74% | - |
| XYZ | 37.51 | 32.21 | 51.82 | - |
| YUV | 157.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 188 | 0.04 | 0.26 | 0 | 0.26 | 291.25 | 0.26 | 0.64 |
| Hex | B5 | 8C | BC | 4 | 1A | 0 | 1A | 123 | 1A | 40 |
| Octal | 265 | 214 | 274 | 4 | 32 | 0 | 32 | 443 | 32 | 100 |
| Binary | 10110101 | 10001100 | 10111100 | 100 | 11010 | 0 | 11010 | 100100011 | 11010 | 1000000 |
Color Harmonies of #B58CBC
Complementary color
Monochromatic Colors of #B58CBC
Black with #B58CBC
Text Example
Text Example
White with #B58CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CBC; }
p { color: rgb(181,140,188); }
H1.HeaderClassName
{
color: #B58CBC;
}
.AnyTagClassName
{
color: #B58CBC;
}
</style>
background-color css
<style>
a { background-color: #B58CBC; }
a { background-color: rgb(181,140,188); }
div.DivClassName
{
background-color: #B58CBC;
}
.BgClassName
{
background-color: #B58CBC;
}
</style>
border-color css
<style>
span { border-color: #B58CBC; }
span { border-color: rgb(181,140,188); }
td.TdClassName
{
border-color: #B58CBC;
}
.TagClassName
{
border-color: #B58CBC;
}
</style>