Shades of East Side #B58DCB
Tints of East Side #B58DCB
RGB
CMYK
RGB Variations
Color information
#B58DCB (or 0xB58DCB) is known color: East Side. HEX triplet: B5, 8D and CB. RGB value is (181,141,203). Sum of RGB (Red+Green+Blue) = 181+141+203=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #B58DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DCB is #4A7234. Grayscale: #9F9F9F. Windows color (decimal): -4878901 or 13340085. OLE color: 13340085.
HSL color Cylindrical-coordinate representation of color #B58DCB: hue angle of 278.71º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B58DCB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 141 | 203 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.20 |
| HSL | 278.71º | 0.37% | 0.67% | - |
| HSV(B) | 278.71º | 0.31% | 0.8% | - |
| XYZ | 39.36 | 33.19 | 60.83 | - |
| YUV | 160.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 203 | 0.11 | 0.31 | 0 | 0.20 | 278.71 | 0.37 | 0.67 |
| Hex | B5 | 8D | CB | B | 1F | 0 | 14 | 117 | 25 | 43 |
| Octal | 265 | 215 | 313 | 13 | 37 | 0 | 24 | 427 | 45 | 103 |
| Binary | 10110101 | 10001101 | 11001011 | 1011 | 11111 | 0 | 10100 | 100010111 | 100101 | 1000011 |
Color Harmonies of #B58DCB
Complementary color
Monochromatic Colors of #B58DCB
Black with #B58DCB
Text Example
Text Example
White with #B58DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DCB; }
p { color: rgb(181,141,203); }
H1.HeaderClassName
{
color: #B58DCB;
}
.AnyTagClassName
{
color: #B58DCB;
}
</style>
background-color css
<style>
a { background-color: #B58DCB; }
a { background-color: rgb(181,141,203); }
div.DivClassName
{
background-color: #B58DCB;
}
.BgClassName
{
background-color: #B58DCB;
}
</style>
border-color css
<style>
span { border-color: #B58DCB; }
span { border-color: rgb(181,141,203); }
td.TdClassName
{
border-color: #B58DCB;
}
.TagClassName
{
border-color: #B58DCB;
}
</style>