Shades of East Side #B87BC5
Tints of East Side #B87BC5
RGB
CMYK
RGB Variations
Color information
#B87BC5 (or 0xB87BC5) is known color: East Side. HEX triplet: B8, 7B and C5. RGB value is (184,123,197). Sum of RGB (Red+Green+Blue) = 184+123+197=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 197 - color contains mainly: blue. Hex color #B87BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BC5 is #47843A. Grayscale: #959595. Windows color (decimal): -4686907 or 12942264. OLE color: 12942264.
HSL color Cylindrical-coordinate representation of color #B87BC5: hue angle of 289.46º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87BC5 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 123 | 197 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.23 |
| HSL | 289.46º | 0.39% | 0.63% | - |
| HSV(B) | 289.46º | 0.38% | 0.77% | - |
| XYZ | 36.93 | 28.39 | 56.36 | - |
| YUV | 149.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 197 | 0.07 | 0.38 | 0 | 0.23 | 289.46 | 0.39 | 0.63 |
| Hex | B8 | 7B | C5 | 7 | 26 | 0 | 17 | 121 | 27 | 3F |
| Octal | 270 | 173 | 305 | 7 | 46 | 0 | 27 | 441 | 47 | 77 |
| Binary | 10111000 | 1111011 | 11000101 | 111 | 100110 | 0 | 10111 | 100100001 | 100111 | 111111 |
Color Harmonies of #B87BC5
Complementary color
Monochromatic Colors of #B87BC5
Black with #B87BC5
Text Example
Text Example
White with #B87BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87BC5; }
p { color: rgb(184,123,197); }
H1.HeaderClassName
{
color: #B87BC5;
}
.AnyTagClassName
{
color: #B87BC5;
}
</style>
background-color css
<style>
a { background-color: #B87BC5; }
a { background-color: rgb(184,123,197); }
div.DivClassName
{
background-color: #B87BC5;
}
.BgClassName
{
background-color: #B87BC5;
}
</style>
border-color css
<style>
span { border-color: #B87BC5; }
span { border-color: rgb(184,123,197); }
td.TdClassName
{
border-color: #B87BC5;
}
.TagClassName
{
border-color: #B87BC5;
}
</style>