Shades of East Side #B87CCB
Tints of East Side #B87CCB
RGB
CMYK
RGB Variations
Color information
#B87CCB (or 0xB87CCB) is known color: East Side. HEX triplet: B8, 7C and CB. RGB value is (184,124,203). Sum of RGB (Red+Green+Blue) = 184+124+203=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #B87CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CCB is #478334. Grayscale: #969696. Windows color (decimal): -4686645 or 13335736. OLE color: 13335736.
HSL color Cylindrical-coordinate representation of color #B87CCB: hue angle of 285.57º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87CCB is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 124 | 203 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.20 |
| HSL | 285.57º | 0.43% | 0.64% | - |
| HSV(B) | 285.57º | 0.39% | 0.8% | - |
| XYZ | 37.75 | 28.92 | 60.09 | - |
| YUV | 150.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 203 | 0.09 | 0.39 | 0 | 0.20 | 285.57 | 0.43 | 0.64 |
| Hex | B8 | 7C | CB | 9 | 27 | 0 | 14 | 11E | 2B | 40 |
| Octal | 270 | 174 | 313 | 11 | 47 | 0 | 24 | 436 | 53 | 100 |
| Binary | 10111000 | 1111100 | 11001011 | 1001 | 100111 | 0 | 10100 | 100011110 | 101011 | 1000000 |
Color Harmonies of #B87CCB
Complementary color
Monochromatic Colors of #B87CCB
Black with #B87CCB
Text Example
Text Example
White with #B87CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87CCB; }
p { color: rgb(184,124,203); }
H1.HeaderClassName
{
color: #B87CCB;
}
.AnyTagClassName
{
color: #B87CCB;
}
</style>
background-color css
<style>
a { background-color: #B87CCB; }
a { background-color: rgb(184,124,203); }
div.DivClassName
{
background-color: #B87CCB;
}
.BgClassName
{
background-color: #B87CCB;
}
</style>
border-color css
<style>
span { border-color: #B87CCB; }
span { border-color: rgb(184,124,203); }
td.TdClassName
{
border-color: #B87CCB;
}
.TagClassName
{
border-color: #B87CCB;
}
</style>