Shades of East Side #B87BD8
Tints of East Side #B87BD8
RGB
CMYK
RGB Variations
Color information
#B87BD8 (or 0xB87BD8) is known color: East Side. HEX triplet: B8, 7B and D8. RGB value is (184,123,216). Sum of RGB (Red+Green+Blue) = 184+123+216=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #B87BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BD8 is #478427. Grayscale: #979797. Windows color (decimal): -4686888 or 14187448. OLE color: 14187448.
HSL color Cylindrical-coordinate representation of color #B87BD8: hue angle of 279.35º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B87BD8 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 123 | 216 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.15 |
| HSL | 279.35º | 0.54% | 0.66% | - |
| HSV(B) | 279.35º | 0.43% | 0.85% | - |
| XYZ | 39.24 | 29.31 | 68.56 | - |
| YUV | 151.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 216 | 0.15 | 0.43 | 0 | 0.15 | 279.35 | 0.54 | 0.66 |
| Hex | B8 | 7B | D8 | F | 2B | 0 | F | 117 | 36 | 42 |
| Octal | 270 | 173 | 330 | 17 | 53 | 0 | 17 | 427 | 66 | 102 |
| Binary | 10111000 | 1111011 | 11011000 | 1111 | 101011 | 0 | 1111 | 100010111 | 110110 | 1000010 |
Color Harmonies of #B87BD8
Complementary color
Monochromatic Colors of #B87BD8
Black with #B87BD8
Text Example
Text Example
White with #B87BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87BD8; }
p { color: rgb(184,123,216); }
H1.HeaderClassName
{
color: #B87BD8;
}
.AnyTagClassName
{
color: #B87BD8;
}
</style>
background-color css
<style>
a { background-color: #B87BD8; }
a { background-color: rgb(184,123,216); }
div.DivClassName
{
background-color: #B87BD8;
}
.BgClassName
{
background-color: #B87BD8;
}
</style>
border-color css
<style>
span { border-color: #B87BD8; }
span { border-color: rgb(184,123,216); }
td.TdClassName
{
border-color: #B87BD8;
}
.TagClassName
{
border-color: #B87BD8;
}
</style>