Shades of East Side #BB7AD6
Tints of East Side #BB7AD6
RGB
CMYK
RGB Variations
Color information
#BB7AD6 (or 0xBB7AD6) is known color: East Side. HEX triplet: BB, 7A and D6. RGB value is (187,122,214). Sum of RGB (Red+Green+Blue) = 187+122+214=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB7AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7AD6 is #448529. Grayscale: #979797. Windows color (decimal): -4490538 or 14056123. OLE color: 14056123.
HSL color Cylindrical-coordinate representation of color #BB7AD6: hue angle of 282.39º degrees, saturation: 0.53, 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 #BB7AD6 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 122 | 214 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.16 |
| HSL | 282.39º | 0.53% | 0.66% | - |
| HSV(B) | 282.39º | 0.43% | 0.84% | - |
| XYZ | 39.59 | 29.34 | 67.19 | - |
| YUV | 151.92 | 163.03 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 214 | 0.13 | 0.43 | 0 | 0.16 | 282.39 | 0.53 | 0.66 |
| Hex | BB | 7A | D6 | D | 2B | 0 | 10 | 11A | 35 | 42 |
| Octal | 273 | 172 | 326 | 15 | 53 | 0 | 20 | 432 | 65 | 102 |
| Binary | 10111011 | 1111010 | 11010110 | 1101 | 101011 | 0 | 10000 | 100011010 | 110101 | 1000010 |
Color Harmonies of #BB7AD6
Complementary color
Monochromatic Colors of #BB7AD6
Black with #BB7AD6
Text Example
Text Example
White with #BB7AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AD6; }
p { color: rgb(187,122,214); }
H1.HeaderClassName
{
color: #BB7AD6;
}
.AnyTagClassName
{
color: #BB7AD6;
}
</style>
background-color css
<style>
a { background-color: #BB7AD6; }
a { background-color: rgb(187,122,214); }
div.DivClassName
{
background-color: #BB7AD6;
}
.BgClassName
{
background-color: #BB7AD6;
}
</style>
border-color css
<style>
span { border-color: #BB7AD6; }
span { border-color: rgb(187,122,214); }
td.TdClassName
{
border-color: #BB7AD6;
}
.TagClassName
{
border-color: #BB7AD6;
}
</style>