Shades of East Side #BB7CC2
Tints of East Side #BB7CC2
RGB
CMYK
RGB Variations
Color information
#BB7CC2 (or 0xBB7CC2) is known color: East Side. HEX triplet: BB, 7C and C2. RGB value is (187,124,194). Sum of RGB (Red+Green+Blue) = 187+124+194=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CC2 is #44833D. Grayscale: #969696. Windows color (decimal): -4490046 or 12745915. OLE color: 12745915.
HSL color Cylindrical-coordinate representation of color #BB7CC2: hue angle of 294º 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 #BB7CC2 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 124 | 194 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.24 |
| HSL | 294º | 0.36% | 0.62% | - |
| HSV(B) | 294º | 0.36% | 0.76% | - |
| XYZ | 37.44 | 28.88 | 54.64 | - |
| YUV | 150.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 194 | 0.04 | 0.36 | 0 | 0.24 | 294 | 0.36 | 0.62 |
| Hex | BB | 7C | C2 | 4 | 24 | 0 | 18 | 126 | 24 | 3E |
| Octal | 273 | 174 | 302 | 4 | 44 | 0 | 30 | 446 | 44 | 76 |
| Binary | 10111011 | 1111100 | 11000010 | 100 | 100100 | 0 | 11000 | 100100110 | 100100 | 111110 |
Color Harmonies of #BB7CC2
Complementary color
Monochromatic Colors of #BB7CC2
Black with #BB7CC2
Text Example
Text Example
White with #BB7CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CC2; }
p { color: rgb(187,124,194); }
H1.HeaderClassName
{
color: #BB7CC2;
}
.AnyTagClassName
{
color: #BB7CC2;
}
</style>
background-color css
<style>
a { background-color: #BB7CC2; }
a { background-color: rgb(187,124,194); }
div.DivClassName
{
background-color: #BB7CC2;
}
.BgClassName
{
background-color: #BB7CC2;
}
</style>
border-color css
<style>
span { border-color: #BB7CC2; }
span { border-color: rgb(187,124,194); }
td.TdClassName
{
border-color: #BB7CC2;
}
.TagClassName
{
border-color: #BB7CC2;
}
</style>