Shades of East Side #BB7ACC
Tints of East Side #BB7ACC
RGB
CMYK
RGB Variations
Color information
#BB7ACC (or 0xBB7ACC) is known color: East Side. HEX triplet: BB, 7A and CC. RGB value is (187,122,204). Sum of RGB (Red+Green+Blue) = 187+122+204=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ACC is #448533. Grayscale: #969696. Windows color (decimal): -4490548 or 13400763. OLE color: 13400763.
HSL color Cylindrical-coordinate representation of color #BB7ACC: hue angle of 287.56º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7ACC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 122 | 204 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.2 |
| HSL | 287.56º | 0.45% | 0.64% | - |
| HSV(B) | 287.56º | 0.4% | 0.8% | - |
| XYZ | 38.35 | 28.84 | 60.67 | - |
| YUV | 150.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 204 | 0.08 | 0.40 | 0 | 0.2 | 287.56 | 0.45 | 0.64 |
| Hex | BB | 7A | CC | 8 | 28 | 0 | 14 | 120 | 2D | 40 |
| Octal | 273 | 172 | 314 | 10 | 50 | 0 | 24 | 440 | 55 | 100 |
| Binary | 10111011 | 1111010 | 11001100 | 1000 | 101000 | 0 | 10100 | 100100000 | 101101 | 1000000 |
Color Harmonies of #BB7ACC
Complementary color
Monochromatic Colors of #BB7ACC
Black with #BB7ACC
Text Example
Text Example
White with #BB7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7ACC; }
p { color: rgb(187,122,204); }
H1.HeaderClassName
{
color: #BB7ACC;
}
.AnyTagClassName
{
color: #BB7ACC;
}
</style>
background-color css
<style>
a { background-color: #BB7ACC; }
a { background-color: rgb(187,122,204); }
div.DivClassName
{
background-color: #BB7ACC;
}
.BgClassName
{
background-color: #BB7ACC;
}
</style>
border-color css
<style>
span { border-color: #BB7ACC; }
span { border-color: rgb(187,122,204); }
td.TdClassName
{
border-color: #BB7ACC;
}
.TagClassName
{
border-color: #BB7ACC;
}
</style>