Shades of East Side #B585CA
Tints of East Side #B585CA
RGB
CMYK
RGB Variations
Color information
#B585CA (or 0xB585CA) is known color: East Side. HEX triplet: B5, 85 and CA. RGB value is (181,133,202). Sum of RGB (Red+Green+Blue) = 181+133+202=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #B585CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585CA is #4A7A35. Grayscale: #9A9A9A. Windows color (decimal): -4880950 or 13272501. OLE color: 13272501.
HSL color Cylindrical-coordinate representation of color #B585CA: hue angle of 281.74º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B585CA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 133 | 202 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.21 |
| HSL | 281.74º | 0.39% | 0.66% | - |
| HSV(B) | 281.74º | 0.34% | 0.79% | - |
| XYZ | 38.1 | 30.86 | 59.83 | - |
| YUV | 155.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 202 | 0.10 | 0.34 | 0 | 0.21 | 281.74 | 0.39 | 0.66 |
| Hex | B5 | 85 | CA | A | 22 | 0 | 15 | 11A | 27 | 42 |
| Octal | 265 | 205 | 312 | 12 | 42 | 0 | 25 | 432 | 47 | 102 |
| Binary | 10110101 | 10000101 | 11001010 | 1010 | 100010 | 0 | 10101 | 100011010 | 100111 | 1000010 |
Color Harmonies of #B585CA
Complementary color
Monochromatic Colors of #B585CA
Black with #B585CA
Text Example
Text Example
White with #B585CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B585CA; }
p { color: rgb(181,133,202); }
H1.HeaderClassName
{
color: #B585CA;
}
.AnyTagClassName
{
color: #B585CA;
}
</style>
background-color css
<style>
a { background-color: #B585CA; }
a { background-color: rgb(181,133,202); }
div.DivClassName
{
background-color: #B585CA;
}
.BgClassName
{
background-color: #B585CA;
}
</style>
border-color css
<style>
span { border-color: #B585CA; }
span { border-color: rgb(181,133,202); }
td.TdClassName
{
border-color: #B585CA;
}
.TagClassName
{
border-color: #B585CA;
}
</style>