Shades of East Side #BB7AC2
Tints of East Side #BB7AC2
RGB
CMYK
RGB Variations
Color information
#BB7AC2 (or 0xBB7AC2) is known color: East Side. HEX triplet: BB, 7A and C2. RGB value is (187,122,194). Sum of RGB (Red+Green+Blue) = 187+122+194=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB7AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7AC2 is #44853D. Grayscale: #959595. Windows color (decimal): -4490558 or 12745403. OLE color: 12745403.
HSL color Cylindrical-coordinate representation of color #BB7AC2: hue angle of 294.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7AC2 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 122 | 194 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.24 |
| HSL | 294.17º | 0.37% | 0.62% | - |
| HSV(B) | 294.17º | 0.37% | 0.76% | - |
| XYZ | 37.19 | 28.38 | 54.56 | - |
| YUV | 149.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 194 | 0.04 | 0.37 | 0 | 0.24 | 294.17 | 0.37 | 0.62 |
| Hex | BB | 7A | C2 | 4 | 25 | 0 | 18 | 126 | 25 | 3E |
| Octal | 273 | 172 | 302 | 4 | 45 | 0 | 30 | 446 | 45 | 76 |
| Binary | 10111011 | 1111010 | 11000010 | 100 | 100101 | 0 | 11000 | 100100110 | 100101 | 111110 |
Color Harmonies of #BB7AC2
Complementary color
Monochromatic Colors of #BB7AC2
Black with #BB7AC2
Text Example
Text Example
White with #BB7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AC2; }
p { color: rgb(187,122,194); }
H1.HeaderClassName
{
color: #BB7AC2;
}
.AnyTagClassName
{
color: #BB7AC2;
}
</style>
background-color css
<style>
a { background-color: #BB7AC2; }
a { background-color: rgb(187,122,194); }
div.DivClassName
{
background-color: #BB7AC2;
}
.BgClassName
{
background-color: #BB7AC2;
}
</style>
border-color css
<style>
span { border-color: #BB7AC2; }
span { border-color: rgb(187,122,194); }
td.TdClassName
{
border-color: #BB7AC2;
}
.TagClassName
{
border-color: #BB7AC2;
}
</style>