Shades of East Side #B58DCF
Tints of East Side #B58DCF
RGB
CMYK
RGB Variations
Color information
#B58DCF (or 0xB58DCF) is known color: East Side. HEX triplet: B5, 8D and CF. RGB value is (181,141,207). Sum of RGB (Red+Green+Blue) = 181+141+207=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #B58DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DCF is #4A7230. Grayscale: #A0A0A0. Windows color (decimal): -4878897 or 13602229. OLE color: 13602229.
HSL color Cylindrical-coordinate representation of color #B58DCF: hue angle of 276.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B58DCF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 141 | 207 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.19 |
| HSL | 276.36º | 0.41% | 0.68% | - |
| HSV(B) | 276.36º | 0.32% | 0.81% | - |
| XYZ | 39.84 | 33.38 | 63.37 | - |
| YUV | 160.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 207 | 0.13 | 0.32 | 0 | 0.19 | 276.36 | 0.41 | 0.68 |
| Hex | B5 | 8D | CF | D | 20 | 0 | 13 | 114 | 29 | 44 |
| Octal | 265 | 215 | 317 | 15 | 40 | 0 | 23 | 424 | 51 | 104 |
| Binary | 10110101 | 10001101 | 11001111 | 1101 | 100000 | 0 | 10011 | 100010100 | 101001 | 1000100 |
Color Harmonies of #B58DCF
Complementary color
Monochromatic Colors of #B58DCF
Black with #B58DCF
Text Example
Text Example
White with #B58DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DCF; }
p { color: rgb(181,141,207); }
H1.HeaderClassName
{
color: #B58DCF;
}
.AnyTagClassName
{
color: #B58DCF;
}
</style>
background-color css
<style>
a { background-color: #B58DCF; }
a { background-color: rgb(181,141,207); }
div.DivClassName
{
background-color: #B58DCF;
}
.BgClassName
{
background-color: #B58DCF;
}
</style>
border-color css
<style>
span { border-color: #B58DCF; }
span { border-color: rgb(181,141,207); }
td.TdClassName
{
border-color: #B58DCF;
}
.TagClassName
{
border-color: #B58DCF;
}
</style>