Shades of East Side #BB7ECB
Tints of East Side #BB7ECB
RGB
CMYK
RGB Variations
Color information
#BB7ECB (or 0xBB7ECB) is known color: East Side. HEX triplet: BB, 7E and CB. RGB value is (187,126,203). Sum of RGB (Red+Green+Blue) = 187+126+203=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ECB is #448134. Grayscale: #989898. Windows color (decimal): -4489525 or 13336251. OLE color: 13336251.
HSL color Cylindrical-coordinate representation of color #BB7ECB: hue angle of 287.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB7ECB is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 126 | 203 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.20 |
| HSL | 287.53º | 0.43% | 0.65% | - |
| HSV(B) | 287.53º | 0.38% | 0.8% | - |
| XYZ | 38.73 | 29.8 | 60.21 | - |
| YUV | 153.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 203 | 0.08 | 0.38 | 0 | 0.20 | 287.53 | 0.43 | 0.65 |
| Hex | BB | 7E | CB | 8 | 26 | 0 | 14 | 120 | 2B | 41 |
| Octal | 273 | 176 | 313 | 10 | 46 | 0 | 24 | 440 | 53 | 101 |
| Binary | 10111011 | 1111110 | 11001011 | 1000 | 100110 | 0 | 10100 | 100100000 | 101011 | 1000001 |
Color Harmonies of #BB7ECB
Complementary color
Monochromatic Colors of #BB7ECB
Black with #BB7ECB
Text Example
Text Example
White with #BB7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7ECB; }
p { color: rgb(187,126,203); }
H1.HeaderClassName
{
color: #BB7ECB;
}
.AnyTagClassName
{
color: #BB7ECB;
}
</style>
background-color css
<style>
a { background-color: #BB7ECB; }
a { background-color: rgb(187,126,203); }
div.DivClassName
{
background-color: #BB7ECB;
}
.BgClassName
{
background-color: #BB7ECB;
}
</style>
border-color css
<style>
span { border-color: #BB7ECB; }
span { border-color: rgb(187,126,203); }
td.TdClassName
{
border-color: #BB7ECB;
}
.TagClassName
{
border-color: #BB7ECB;
}
</style>