Shades of East Side #B585CB
Tints of East Side #B585CB
RGB
CMYK
RGB Variations
Color information
#B585CB (or 0xB585CB) is known color: East Side. HEX triplet: B5, 85 and CB. RGB value is (181,133,203). Sum of RGB (Red+Green+Blue) = 181+133+203=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #B585CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585CB is #4A7A34. Grayscale: #9B9B9B. Windows color (decimal): -4880949 or 13338037. OLE color: 13338037.
HSL color Cylindrical-coordinate representation of color #B585CB: hue angle of 281.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B585CB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 133 | 203 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.20 |
| HSL | 281.14º | 0.4% | 0.66% | - |
| HSV(B) | 281.14º | 0.34% | 0.8% | - |
| XYZ | 38.22 | 30.91 | 60.45 | - |
| YUV | 155.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 203 | 0.11 | 0.34 | 0 | 0.20 | 281.14 | 0.4 | 0.66 |
| Hex | B5 | 85 | CB | B | 22 | 0 | 14 | 119 | 28 | 42 |
| Octal | 265 | 205 | 313 | 13 | 42 | 0 | 24 | 431 | 50 | 102 |
| Binary | 10110101 | 10000101 | 11001011 | 1011 | 100010 | 0 | 10100 | 100011001 | 101000 | 1000010 |
Color Harmonies of #B585CB
Complementary color
Monochromatic Colors of #B585CB
Black with #B585CB
Text Example
Text Example
White with #B585CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B585CB; }
p { color: rgb(181,133,203); }
H1.HeaderClassName
{
color: #B585CB;
}
.AnyTagClassName
{
color: #B585CB;
}
</style>
background-color css
<style>
a { background-color: #B585CB; }
a { background-color: rgb(181,133,203); }
div.DivClassName
{
background-color: #B585CB;
}
.BgClassName
{
background-color: #B585CB;
}
</style>
border-color css
<style>
span { border-color: #B585CB; }
span { border-color: rgb(181,133,203); }
td.TdClassName
{
border-color: #B585CB;
}
.TagClassName
{
border-color: #B585CB;
}
</style>