Shades of East Side #B87CC2
Tints of East Side #B87CC2
RGB
CMYK
RGB Variations
Color information
#B87CC2 (or 0xB87CC2) is known color: East Side. HEX triplet: B8, 7C and C2. RGB value is (184,124,194). Sum of RGB (Red+Green+Blue) = 184+124+194=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #B87CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CC2 is #47833D. Grayscale: #959595. Windows color (decimal): -4686654 or 12745912. OLE color: 12745912.
HSL color Cylindrical-coordinate representation of color #B87CC2: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B87CC2 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 124 | 194 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.24 |
| HSL | 291.43º | 0.36% | 0.62% | - |
| HSV(B) | 291.43º | 0.36% | 0.76% | - |
| XYZ | 36.71 | 28.5 | 54.61 | - |
| YUV | 149.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 194 | 0.05 | 0.36 | 0 | 0.24 | 291.43 | 0.36 | 0.62 |
| Hex | B8 | 7C | C2 | 5 | 24 | 0 | 18 | 123 | 24 | 3E |
| Octal | 270 | 174 | 302 | 5 | 44 | 0 | 30 | 443 | 44 | 76 |
| Binary | 10111000 | 1111100 | 11000010 | 101 | 100100 | 0 | 11000 | 100100011 | 100100 | 111110 |
Color Harmonies of #B87CC2
Complementary color
Monochromatic Colors of #B87CC2
Black with #B87CC2
Text Example
Text Example
White with #B87CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87CC2; }
p { color: rgb(184,124,194); }
H1.HeaderClassName
{
color: #B87CC2;
}
.AnyTagClassName
{
color: #B87CC2;
}
</style>
background-color css
<style>
a { background-color: #B87CC2; }
a { background-color: rgb(184,124,194); }
div.DivClassName
{
background-color: #B87CC2;
}
.BgClassName
{
background-color: #B87CC2;
}
</style>
border-color css
<style>
span { border-color: #B87CC2; }
span { border-color: rgb(184,124,194); }
td.TdClassName
{
border-color: #B87CC2;
}
.TagClassName
{
border-color: #B87CC2;
}
</style>