Shades of East Side #B58BC8
Tints of East Side #B58BC8
RGB
CMYK
RGB Variations
Color information
#B58BC8 (or 0xB58BC8) is known color: East Side. HEX triplet: B5, 8B and C8. RGB value is (181,139,200). Sum of RGB (Red+Green+Blue) = 181+139+200=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 200 - color contains mainly: blue. Hex color #B58BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BC8 is #4A7437. Grayscale: #9E9E9E. Windows color (decimal): -4879416 or 13142965. OLE color: 13142965.
HSL color Cylindrical-coordinate representation of color #B58BC8: hue angle of 281.31º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B58BC8 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 139 | 200 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.22 |
| HSL | 281.31º | 0.36% | 0.66% | - |
| HSV(B) | 281.31º | 0.31% | 0.78% | - |
| XYZ | 38.71 | 32.46 | 58.87 | - |
| YUV | 158.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 200 | 0.09 | 0.30 | 0 | 0.22 | 281.31 | 0.36 | 0.66 |
| Hex | B5 | 8B | C8 | 9 | 1E | 0 | 16 | 119 | 24 | 42 |
| Octal | 265 | 213 | 310 | 11 | 36 | 0 | 26 | 431 | 44 | 102 |
| Binary | 10110101 | 10001011 | 11001000 | 1001 | 11110 | 0 | 10110 | 100011001 | 100100 | 1000010 |
Color Harmonies of #B58BC8
Complementary color
Monochromatic Colors of #B58BC8
Black with #B58BC8
Text Example
Text Example
White with #B58BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BC8; }
p { color: rgb(181,139,200); }
H1.HeaderClassName
{
color: #B58BC8;
}
.AnyTagClassName
{
color: #B58BC8;
}
</style>
background-color css
<style>
a { background-color: #B58BC8; }
a { background-color: rgb(181,139,200); }
div.DivClassName
{
background-color: #B58BC8;
}
.BgClassName
{
background-color: #B58BC8;
}
</style>
border-color css
<style>
span { border-color: #B58BC8; }
span { border-color: rgb(181,139,200); }
td.TdClassName
{
border-color: #B58BC8;
}
.TagClassName
{
border-color: #B58BC8;
}
</style>