Shades of East Side #B87AD4
Tints of East Side #B87AD4
RGB
CMYK
RGB Variations
Color information
#B87AD4 (or 0xB87AD4) is known color: East Side. HEX triplet: B8, 7A and D4. RGB value is (184,122,212). Sum of RGB (Red+Green+Blue) = 184+122+212=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #B87AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87AD4 is #47852B. Grayscale: #969696. Windows color (decimal): -4687148 or 13925048. OLE color: 13925048.
HSL color Cylindrical-coordinate representation of color #B87AD4: hue angle of 281.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B87AD4 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 122 | 212 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.17 |
| HSL | 281.33º | 0.51% | 0.65% | - |
| HSV(B) | 281.33º | 0.42% | 0.83% | - |
| XYZ | 38.61 | 28.86 | 65.82 | - |
| YUV | 150.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 212 | 0.13 | 0.42 | 0 | 0.17 | 281.33 | 0.51 | 0.65 |
| Hex | B8 | 7A | D4 | D | 2A | 0 | 11 | 119 | 33 | 41 |
| Octal | 270 | 172 | 324 | 15 | 52 | 0 | 21 | 431 | 63 | 101 |
| Binary | 10111000 | 1111010 | 11010100 | 1101 | 101010 | 0 | 10001 | 100011001 | 110011 | 1000001 |
Color Harmonies of #B87AD4
Complementary color
Monochromatic Colors of #B87AD4
Black with #B87AD4
Text Example
Text Example
White with #B87AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AD4; }
p { color: rgb(184,122,212); }
H1.HeaderClassName
{
color: #B87AD4;
}
.AnyTagClassName
{
color: #B87AD4;
}
</style>
background-color css
<style>
a { background-color: #B87AD4; }
a { background-color: rgb(184,122,212); }
div.DivClassName
{
background-color: #B87AD4;
}
.BgClassName
{
background-color: #B87AD4;
}
</style>
border-color css
<style>
span { border-color: #B87AD4; }
span { border-color: rgb(184,122,212); }
td.TdClassName
{
border-color: #B87AD4;
}
.TagClassName
{
border-color: #B87AD4;
}
</style>