Shades of East Side #B58DCA
Tints of East Side #B58DCA
RGB
CMYK
RGB Variations
Color information
#B58DCA (or 0xB58DCA) is known color: East Side. HEX triplet: B5, 8D and CA. RGB value is (181,141,202). Sum of RGB (Red+Green+Blue) = 181+141+202=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #B58DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DCA is #4A7235. Grayscale: #9F9F9F. Windows color (decimal): -4878902 or 13274549. OLE color: 13274549.
HSL color Cylindrical-coordinate representation of color #B58DCA: hue angle of 279.34º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B58DCA is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 141 | 202 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.21 |
| HSL | 279.34º | 0.37% | 0.67% | - |
| HSV(B) | 279.34º | 0.3% | 0.79% | - |
| XYZ | 39.24 | 33.14 | 60.21 | - |
| YUV | 159.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 202 | 0.10 | 0.30 | 0 | 0.21 | 279.34 | 0.37 | 0.67 |
| Hex | B5 | 8D | CA | A | 1E | 0 | 15 | 117 | 25 | 43 |
| Octal | 265 | 215 | 312 | 12 | 36 | 0 | 25 | 427 | 45 | 103 |
| Binary | 10110101 | 10001101 | 11001010 | 1010 | 11110 | 0 | 10101 | 100010111 | 100101 | 1000011 |
Color Harmonies of #B58DCA
Complementary color
Monochromatic Colors of #B58DCA
Black with #B58DCA
Text Example
Text Example
White with #B58DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DCA; }
p { color: rgb(181,141,202); }
H1.HeaderClassName
{
color: #B58DCA;
}
.AnyTagClassName
{
color: #B58DCA;
}
</style>
background-color css
<style>
a { background-color: #B58DCA; }
a { background-color: rgb(181,141,202); }
div.DivClassName
{
background-color: #B58DCA;
}
.BgClassName
{
background-color: #B58DCA;
}
</style>
border-color css
<style>
span { border-color: #B58DCA; }
span { border-color: rgb(181,141,202); }
td.TdClassName
{
border-color: #B58DCA;
}
.TagClassName
{
border-color: #B58DCA;
}
</style>