Shades of East Side #BB7ACF
Tints of East Side #BB7ACF
RGB
CMYK
RGB Variations
Color information
#BB7ACF (or 0xBB7ACF) is known color: East Side. HEX triplet: BB, 7A and CF. RGB value is (187,122,207). Sum of RGB (Red+Green+Blue) = 187+122+207=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ACF is #448530. Grayscale: #969696. Windows color (decimal): -4490545 or 13597371. OLE color: 13597371.
HSL color Cylindrical-coordinate representation of color #BB7ACF: hue angle of 285.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB7ACF is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 122 | 207 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.19 |
| HSL | 285.88º | 0.47% | 0.65% | - |
| HSV(B) | 285.88º | 0.41% | 0.81% | - |
| XYZ | 38.72 | 28.99 | 62.59 | - |
| YUV | 151.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 207 | 0.10 | 0.41 | 0 | 0.19 | 285.88 | 0.47 | 0.65 |
| Hex | BB | 7A | CF | A | 29 | 0 | 13 | 11E | 2F | 41 |
| Octal | 273 | 172 | 317 | 12 | 51 | 0 | 23 | 436 | 57 | 101 |
| Binary | 10111011 | 1111010 | 11001111 | 1010 | 101001 | 0 | 10011 | 100011110 | 101111 | 1000001 |
Color Harmonies of #BB7ACF
Complementary color
Monochromatic Colors of #BB7ACF
Black with #BB7ACF
Text Example
Text Example
White with #BB7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7ACF; }
p { color: rgb(187,122,207); }
H1.HeaderClassName
{
color: #BB7ACF;
}
.AnyTagClassName
{
color: #BB7ACF;
}
</style>
background-color css
<style>
a { background-color: #BB7ACF; }
a { background-color: rgb(187,122,207); }
div.DivClassName
{
background-color: #BB7ACF;
}
.BgClassName
{
background-color: #BB7ACF;
}
</style>
border-color css
<style>
span { border-color: #BB7ACF; }
span { border-color: rgb(187,122,207); }
td.TdClassName
{
border-color: #BB7ACF;
}
.TagClassName
{
border-color: #BB7ACF;
}
</style>