Shades of East Side #BB7AD5
Tints of East Side #BB7AD5
RGB
CMYK
RGB Variations
Color information
#BB7AD5 (or 0xBB7AD5) is known color: East Side. HEX triplet: BB, 7A and D5. RGB value is (187,122,213). Sum of RGB (Red+Green+Blue) = 187+122+213=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7AD5 is #44852A. Grayscale: #979797. Windows color (decimal): -4490539 or 13990587. OLE color: 13990587.
HSL color Cylindrical-coordinate representation of color #BB7AD5: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB7AD5 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 122 | 213 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.16 |
| HSL | 282.86º | 0.52% | 0.66% | - |
| HSV(B) | 282.86º | 0.43% | 0.84% | - |
| XYZ | 39.46 | 29.29 | 66.52 | - |
| YUV | 151.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 213 | 0.12 | 0.43 | 0 | 0.16 | 282.86 | 0.52 | 0.66 |
| Hex | BB | 7A | D5 | C | 2B | 0 | 10 | 11B | 34 | 42 |
| Octal | 273 | 172 | 325 | 14 | 53 | 0 | 20 | 433 | 64 | 102 |
| Binary | 10111011 | 1111010 | 11010101 | 1100 | 101011 | 0 | 10000 | 100011011 | 110100 | 1000010 |
Color Harmonies of #BB7AD5
Complementary color
Monochromatic Colors of #BB7AD5
Black with #BB7AD5
Text Example
Text Example
White with #BB7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AD5; }
p { color: rgb(187,122,213); }
H1.HeaderClassName
{
color: #BB7AD5;
}
.AnyTagClassName
{
color: #BB7AD5;
}
</style>
background-color css
<style>
a { background-color: #BB7AD5; }
a { background-color: rgb(187,122,213); }
div.DivClassName
{
background-color: #BB7AD5;
}
.BgClassName
{
background-color: #BB7AD5;
}
</style>
border-color css
<style>
span { border-color: #BB7AD5; }
span { border-color: rgb(187,122,213); }
td.TdClassName
{
border-color: #BB7AD5;
}
.TagClassName
{
border-color: #BB7AD5;
}
</style>