Shades of East Side #B588D0
Tints of East Side #B588D0
RGB
CMYK
RGB Variations
Color information
#B588D0 (or 0xB588D0) is known color: East Side. HEX triplet: B5, 88 and D0. RGB value is (181,136,208). Sum of RGB (Red+Green+Blue) = 181+136+208=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #B588D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588D0 is #4A772F. Grayscale: #9D9D9D. Windows color (decimal): -4880176 or 13666485. OLE color: 13666485.
HSL color Cylindrical-coordinate representation of color #B588D0: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B588D0 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 136 | 208 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.18 |
| HSL | 277.5º | 0.43% | 0.67% | - |
| HSV(B) | 277.5º | 0.35% | 0.82% | - |
| XYZ | 39.25 | 31.99 | 63.78 | - |
| YUV | 157.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 208 | 0.13 | 0.35 | 0 | 0.18 | 277.5 | 0.43 | 0.67 |
| Hex | B5 | 88 | D0 | D | 23 | 0 | 12 | 116 | 2B | 43 |
| Octal | 265 | 210 | 320 | 15 | 43 | 0 | 22 | 426 | 53 | 103 |
| Binary | 10110101 | 10001000 | 11010000 | 1101 | 100011 | 0 | 10010 | 100010110 | 101011 | 1000011 |
Color Harmonies of #B588D0
Complementary color
Monochromatic Colors of #B588D0
Black with #B588D0
Text Example
Text Example
White with #B588D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588D0; }
p { color: rgb(181,136,208); }
H1.HeaderClassName
{
color: #B588D0;
}
.AnyTagClassName
{
color: #B588D0;
}
</style>
background-color css
<style>
a { background-color: #B588D0; }
a { background-color: rgb(181,136,208); }
div.DivClassName
{
background-color: #B588D0;
}
.BgClassName
{
background-color: #B588D0;
}
</style>
border-color css
<style>
span { border-color: #B588D0; }
span { border-color: rgb(181,136,208); }
td.TdClassName
{
border-color: #B588D0;
}
.TagClassName
{
border-color: #B588D0;
}
</style>