Shades of East Side #BB7DC5
Tints of East Side #BB7DC5
RGB
CMYK
RGB Variations
Color information
#BB7DC5 (or 0xBB7DC5) is known color: East Side. HEX triplet: BB, 7D and C5. RGB value is (187,125,197). Sum of RGB (Red+Green+Blue) = 187+125+197=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB7DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DC5 is #44823A. Grayscale: #979797. Windows color (decimal): -4489787 or 12942779. OLE color: 12942779.
HSL color Cylindrical-coordinate representation of color #BB7DC5: hue angle of 291.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7DC5 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 125 | 197 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.23 |
| HSL | 291.67º | 0.38% | 0.63% | - |
| HSV(B) | 291.67º | 0.37% | 0.77% | - |
| XYZ | 37.91 | 29.26 | 56.47 | - |
| YUV | 151.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 197 | 0.05 | 0.37 | 0 | 0.23 | 291.67 | 0.38 | 0.63 |
| Hex | BB | 7D | C5 | 5 | 25 | 0 | 17 | 124 | 26 | 3F |
| Octal | 273 | 175 | 305 | 5 | 45 | 0 | 27 | 444 | 46 | 77 |
| Binary | 10111011 | 1111101 | 11000101 | 101 | 100101 | 0 | 10111 | 100100100 | 100110 | 111111 |
Color Harmonies of #BB7DC5
Complementary color
Monochromatic Colors of #BB7DC5
Black with #BB7DC5
Text Example
Text Example
White with #BB7DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DC5; }
p { color: rgb(187,125,197); }
H1.HeaderClassName
{
color: #BB7DC5;
}
.AnyTagClassName
{
color: #BB7DC5;
}
</style>
background-color css
<style>
a { background-color: #BB7DC5; }
a { background-color: rgb(187,125,197); }
div.DivClassName
{
background-color: #BB7DC5;
}
.BgClassName
{
background-color: #BB7DC5;
}
</style>
border-color css
<style>
span { border-color: #BB7DC5; }
span { border-color: rgb(187,125,197); }
td.TdClassName
{
border-color: #BB7DC5;
}
.TagClassName
{
border-color: #BB7DC5;
}
</style>