Shades of East Side #BB7BC1
Tints of East Side #BB7BC1
RGB
CMYK
RGB Variations
Color information
#BB7BC1 (or 0xBB7BC1) is known color: East Side. HEX triplet: BB, 7B and C1. RGB value is (187,123,193). Sum of RGB (Red+Green+Blue) = 187+123+193=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB7BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BC1 is #44843E. Grayscale: #959595. Windows color (decimal): -4490303 or 12680123. OLE color: 12680123.
HSL color Cylindrical-coordinate representation of color #BB7BC1: hue angle of 294.86º 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 #BB7BC1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 123 | 193 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.24 |
| HSL | 294.86º | 0.36% | 0.62% | - |
| HSV(B) | 294.86º | 0.36% | 0.76% | - |
| XYZ | 37.2 | 28.58 | 54.01 | - |
| YUV | 150.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 193 | 0.03 | 0.36 | 0 | 0.24 | 294.86 | 0.36 | 0.62 |
| Hex | BB | 7B | C1 | 3 | 24 | 0 | 18 | 127 | 24 | 3E |
| Octal | 273 | 173 | 301 | 3 | 44 | 0 | 30 | 447 | 44 | 76 |
| Binary | 10111011 | 1111011 | 11000001 | 11 | 100100 | 0 | 11000 | 100100111 | 100100 | 111110 |
Color Harmonies of #BB7BC1
Complementary color
Monochromatic Colors of #BB7BC1
Black with #BB7BC1
Text Example
Text Example
White with #BB7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BC1; }
p { color: rgb(187,123,193); }
H1.HeaderClassName
{
color: #BB7BC1;
}
.AnyTagClassName
{
color: #BB7BC1;
}
</style>
background-color css
<style>
a { background-color: #BB7BC1; }
a { background-color: rgb(187,123,193); }
div.DivClassName
{
background-color: #BB7BC1;
}
.BgClassName
{
background-color: #BB7BC1;
}
</style>
border-color css
<style>
span { border-color: #BB7BC1; }
span { border-color: rgb(187,123,193); }
td.TdClassName
{
border-color: #BB7BC1;
}
.TagClassName
{
border-color: #BB7BC1;
}
</style>