Shades of East Side #BB7CC1
Tints of East Side #BB7CC1
RGB
CMYK
RGB Variations
Color information
#BB7CC1 (or 0xBB7CC1) is known color: East Side. HEX triplet: BB, 7C and C1. RGB value is (187,124,193). Sum of RGB (Red+Green+Blue) = 187+124+193=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CC1 is #44833E. Grayscale: #969696. Windows color (decimal): -4490047 or 12680379. OLE color: 12680379.
HSL color Cylindrical-coordinate representation of color #BB7CC1: hue angle of 294.78º 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 #BB7CC1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 124 | 193 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.24 |
| HSL | 294.78º | 0.36% | 0.62% | - |
| HSV(B) | 294.78º | 0.36% | 0.76% | - |
| XYZ | 37.33 | 28.83 | 54.05 | - |
| YUV | 150.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 193 | 0.03 | 0.36 | 0 | 0.24 | 294.78 | 0.36 | 0.62 |
| Hex | BB | 7C | C1 | 3 | 24 | 0 | 18 | 127 | 24 | 3E |
| Octal | 273 | 174 | 301 | 3 | 44 | 0 | 30 | 447 | 44 | 76 |
| Binary | 10111011 | 1111100 | 11000001 | 11 | 100100 | 0 | 11000 | 100100111 | 100100 | 111110 |
Color Harmonies of #BB7CC1
Complementary color
Monochromatic Colors of #BB7CC1
Black with #BB7CC1
Text Example
Text Example
White with #BB7CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CC1; }
p { color: rgb(187,124,193); }
H1.HeaderClassName
{
color: #BB7CC1;
}
.AnyTagClassName
{
color: #BB7CC1;
}
</style>
background-color css
<style>
a { background-color: #BB7CC1; }
a { background-color: rgb(187,124,193); }
div.DivClassName
{
background-color: #BB7CC1;
}
.BgClassName
{
background-color: #BB7CC1;
}
</style>
border-color css
<style>
span { border-color: #BB7CC1; }
span { border-color: rgb(187,124,193); }
td.TdClassName
{
border-color: #BB7CC1;
}
.TagClassName
{
border-color: #BB7CC1;
}
</style>