Shades of East Side #B87CBC
Tints of East Side #B87CBC
RGB
CMYK
RGB Variations
Color information
#B87CBC (or 0xB87CBC) is known color: East Side. HEX triplet: B8, 7C and BC. RGB value is (184,124,188). Sum of RGB (Red+Green+Blue) = 184+124+188=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #B87CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CBC is #478343. Grayscale: #959595. Windows color (decimal): -4686660 or 12352696. OLE color: 12352696.
HSL color Cylindrical-coordinate representation of color #B87CBC: hue angle of 296.25º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87CBC is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 124 | 188 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.26 |
| HSL | 296.25º | 0.32% | 0.61% | - |
| HSV(B) | 296.25º | 0.34% | 0.74% | - |
| XYZ | 36.05 | 28.24 | 51.13 | - |
| YUV | 149.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 188 | 0.02 | 0.34 | 0 | 0.26 | 296.25 | 0.32 | 0.61 |
| Hex | B8 | 7C | BC | 2 | 22 | 0 | 1A | 128 | 20 | 3D |
| Octal | 270 | 174 | 274 | 2 | 42 | 0 | 32 | 450 | 40 | 75 |
| Binary | 10111000 | 1111100 | 10111100 | 10 | 100010 | 0 | 11010 | 100101000 | 100000 | 111101 |
Color Harmonies of #B87CBC
Complementary color
Monochromatic Colors of #B87CBC
Black with #B87CBC
Text Example
Text Example
White with #B87CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87CBC; }
p { color: rgb(184,124,188); }
H1.HeaderClassName
{
color: #B87CBC;
}
.AnyTagClassName
{
color: #B87CBC;
}
</style>
background-color css
<style>
a { background-color: #B87CBC; }
a { background-color: rgb(184,124,188); }
div.DivClassName
{
background-color: #B87CBC;
}
.BgClassName
{
background-color: #B87CBC;
}
</style>
border-color css
<style>
span { border-color: #B87CBC; }
span { border-color: rgb(184,124,188); }
td.TdClassName
{
border-color: #B87CBC;
}
.TagClassName
{
border-color: #B87CBC;
}
</style>