Shades of East Side #BB7EC6
Tints of East Side #BB7EC6
RGB
CMYK
RGB Variations
Color information
#BB7EC6 (or 0xBB7EC6) is known color: East Side. HEX triplet: BB, 7E and C6. RGB value is (187,126,198). Sum of RGB (Red+Green+Blue) = 187+126+198=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB7EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7EC6 is #448139. Grayscale: #989898. Windows color (decimal): -4489530 or 13008571. OLE color: 13008571.
HSL color Cylindrical-coordinate representation of color #BB7EC6: hue angle of 290.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB7EC6 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 126 | 198 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.22 |
| HSL | 290.83º | 0.39% | 0.64% | - |
| HSV(B) | 290.83º | 0.36% | 0.78% | - |
| XYZ | 38.15 | 29.56 | 57.12 | - |
| YUV | 152.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 198 | 0.06 | 0.36 | 0 | 0.22 | 290.83 | 0.39 | 0.64 |
| Hex | BB | 7E | C6 | 6 | 24 | 0 | 16 | 123 | 27 | 40 |
| Octal | 273 | 176 | 306 | 6 | 44 | 0 | 26 | 443 | 47 | 100 |
| Binary | 10111011 | 1111110 | 11000110 | 110 | 100100 | 0 | 10110 | 100100011 | 100111 | 1000000 |
Color Harmonies of #BB7EC6
Complementary color
Monochromatic Colors of #BB7EC6
Black with #BB7EC6
Text Example
Text Example
White with #BB7EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7EC6; }
p { color: rgb(187,126,198); }
H1.HeaderClassName
{
color: #BB7EC6;
}
.AnyTagClassName
{
color: #BB7EC6;
}
</style>
background-color css
<style>
a { background-color: #BB7EC6; }
a { background-color: rgb(187,126,198); }
div.DivClassName
{
background-color: #BB7EC6;
}
.BgClassName
{
background-color: #BB7EC6;
}
</style>
border-color css
<style>
span { border-color: #BB7EC6; }
span { border-color: rgb(187,126,198); }
td.TdClassName
{
border-color: #BB7EC6;
}
.TagClassName
{
border-color: #BB7EC6;
}
</style>