Shades of East Side #B87BDD
Tints of East Side #B87BDD
RGB
CMYK
RGB Variations
Color information
#B87BDD (or 0xB87BDD) is known color: East Side. HEX triplet: B8, 7B and DD. RGB value is (184,123,221). Sum of RGB (Red+Green+Blue) = 184+123+221=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #B87BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BDD is #478422. Grayscale: #989898. Windows color (decimal): -4686883 or 14515128. OLE color: 14515128.
HSL color Cylindrical-coordinate representation of color #B87BDD: hue angle of 277.35º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B87BDD is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 123 | 221 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.13 |
| HSL | 277.35º | 0.59% | 0.67% | - |
| HSV(B) | 277.35º | 0.44% | 0.87% | - |
| XYZ | 39.9 | 29.58 | 72.01 | - |
| YUV | 152.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 221 | 0.17 | 0.44 | 0 | 0.13 | 277.35 | 0.59 | 0.67 |
| Hex | B8 | 7B | DD | 11 | 2C | 0 | D | 115 | 3B | 43 |
| Octal | 270 | 173 | 335 | 21 | 54 | 0 | 15 | 425 | 73 | 103 |
| Binary | 10111000 | 1111011 | 11011101 | 10001 | 101100 | 0 | 1101 | 100010101 | 111011 | 1000011 |
Color Harmonies of #B87BDD
Complementary color
Monochromatic Colors of #B87BDD
Black with #B87BDD
Text Example
Text Example
White with #B87BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87BDD; }
p { color: rgb(184,123,221); }
H1.HeaderClassName
{
color: #B87BDD;
}
.AnyTagClassName
{
color: #B87BDD;
}
</style>
background-color css
<style>
a { background-color: #B87BDD; }
a { background-color: rgb(184,123,221); }
div.DivClassName
{
background-color: #B87BDD;
}
.BgClassName
{
background-color: #B87BDD;
}
</style>
border-color css
<style>
span { border-color: #B87BDD; }
span { border-color: rgb(184,123,221); }
td.TdClassName
{
border-color: #B87BDD;
}
.TagClassName
{
border-color: #B87BDD;
}
</style>