Shades of East Side #B58BCB
Tints of East Side #B58BCB
RGB
CMYK
RGB Variations
Color information
#B58BCB (or 0xB58BCB) is known color: East Side. HEX triplet: B5, 8B and CB. RGB value is (181,139,203). Sum of RGB (Red+Green+Blue) = 181+139+203=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #B58BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BCB is #4A7434. Grayscale: #9E9E9E. Windows color (decimal): -4879413 or 13339573. OLE color: 13339573.
HSL color Cylindrical-coordinate representation of color #B58BCB: hue angle of 279.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B58BCB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 139 | 203 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.20 |
| HSL | 279.38º | 0.38% | 0.67% | - |
| HSV(B) | 279.38º | 0.32% | 0.8% | - |
| XYZ | 39.07 | 32.6 | 60.73 | - |
| YUV | 158.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 203 | 0.11 | 0.32 | 0 | 0.20 | 279.38 | 0.38 | 0.67 |
| Hex | B5 | 8B | CB | B | 20 | 0 | 14 | 117 | 26 | 43 |
| Octal | 265 | 213 | 313 | 13 | 40 | 0 | 24 | 427 | 46 | 103 |
| Binary | 10110101 | 10001011 | 11001011 | 1011 | 100000 | 0 | 10100 | 100010111 | 100110 | 1000011 |
Color Harmonies of #B58BCB
Complementary color
Monochromatic Colors of #B58BCB
Black with #B58BCB
Text Example
Text Example
White with #B58BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BCB; }
p { color: rgb(181,139,203); }
H1.HeaderClassName
{
color: #B58BCB;
}
.AnyTagClassName
{
color: #B58BCB;
}
</style>
background-color css
<style>
a { background-color: #B58BCB; }
a { background-color: rgb(181,139,203); }
div.DivClassName
{
background-color: #B58BCB;
}
.BgClassName
{
background-color: #B58BCB;
}
</style>
border-color css
<style>
span { border-color: #B58BCB; }
span { border-color: rgb(181,139,203); }
td.TdClassName
{
border-color: #B58BCB;
}
.TagClassName
{
border-color: #B58BCB;
}
</style>