Shades of East Side #B87DCA
Tints of East Side #B87DCA
RGB
CMYK
RGB Variations
Color information
#B87DCA (or 0xB87DCA) is known color: East Side. HEX triplet: B8, 7D and CA. RGB value is (184,125,202). Sum of RGB (Red+Green+Blue) = 184+125+202=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #B87DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DCA is #478235. Grayscale: #979797. Windows color (decimal): -4686390 or 13270456. OLE color: 13270456.
HSL color Cylindrical-coordinate representation of color #B87DCA: hue angle of 285.97º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87DCA is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 125 | 202 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.21 |
| HSL | 285.97º | 0.42% | 0.64% | - |
| HSV(B) | 285.97º | 0.38% | 0.79% | - |
| XYZ | 37.76 | 29.12 | 59.51 | - |
| YUV | 151.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 202 | 0.09 | 0.38 | 0 | 0.21 | 285.97 | 0.42 | 0.64 |
| Hex | B8 | 7D | CA | 9 | 26 | 0 | 15 | 11E | 2A | 40 |
| Octal | 270 | 175 | 312 | 11 | 46 | 0 | 25 | 436 | 52 | 100 |
| Binary | 10111000 | 1111101 | 11001010 | 1001 | 100110 | 0 | 10101 | 100011110 | 101010 | 1000000 |
Color Harmonies of #B87DCA
Complementary color
Monochromatic Colors of #B87DCA
Black with #B87DCA
Text Example
Text Example
White with #B87DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DCA; }
p { color: rgb(184,125,202); }
H1.HeaderClassName
{
color: #B87DCA;
}
.AnyTagClassName
{
color: #B87DCA;
}
</style>
background-color css
<style>
a { background-color: #B87DCA; }
a { background-color: rgb(184,125,202); }
div.DivClassName
{
background-color: #B87DCA;
}
.BgClassName
{
background-color: #B87DCA;
}
</style>
border-color css
<style>
span { border-color: #B87DCA; }
span { border-color: rgb(184,125,202); }
td.TdClassName
{
border-color: #B87DCA;
}
.TagClassName
{
border-color: #B87DCA;
}
</style>