Shades of East Side #B87BC2
Tints of East Side #B87BC2
RGB
CMYK
RGB Variations
Color information
#B87BC2 (or 0xB87BC2) is known color: East Side. HEX triplet: B8, 7B and C2. RGB value is (184,123,194). Sum of RGB (Red+Green+Blue) = 184+123+194=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #B87BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BC2 is #47843D. Grayscale: #959595. Windows color (decimal): -4686910 or 12745656. OLE color: 12745656.
HSL color Cylindrical-coordinate representation of color #B87BC2: hue angle of 291.55º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B87BC2 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 123 | 194 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.24 |
| HSL | 291.55º | 0.37% | 0.62% | - |
| HSV(B) | 291.55º | 0.37% | 0.76% | - |
| XYZ | 36.59 | 28.25 | 54.56 | - |
| YUV | 149.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 194 | 0.05 | 0.37 | 0 | 0.24 | 291.55 | 0.37 | 0.62 |
| Hex | B8 | 7B | C2 | 5 | 25 | 0 | 18 | 124 | 25 | 3E |
| Octal | 270 | 173 | 302 | 5 | 45 | 0 | 30 | 444 | 45 | 76 |
| Binary | 10111000 | 1111011 | 11000010 | 101 | 100101 | 0 | 11000 | 100100100 | 100101 | 111110 |
Color Harmonies of #B87BC2
Complementary color
Monochromatic Colors of #B87BC2
Black with #B87BC2
Text Example
Text Example
White with #B87BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87BC2; }
p { color: rgb(184,123,194); }
H1.HeaderClassName
{
color: #B87BC2;
}
.AnyTagClassName
{
color: #B87BC2;
}
</style>
background-color css
<style>
a { background-color: #B87BC2; }
a { background-color: rgb(184,123,194); }
div.DivClassName
{
background-color: #B87BC2;
}
.BgClassName
{
background-color: #B87BC2;
}
</style>
border-color css
<style>
span { border-color: #B87BC2; }
span { border-color: rgb(184,123,194); }
td.TdClassName
{
border-color: #B87BC2;
}
.TagClassName
{
border-color: #B87BC2;
}
</style>