Shades of Fuchsia #BB40AA
Tints of Fuchsia #BB40AA
RGB
CMYK
RGB Variations
Color information
#BB40AA (or 0xBB40AA) is known color: Fuchsia. HEX triplet: BB, 40 and AA. RGB value is (187,64,170). Sum of RGB (Red+Green+Blue) = 187+64+170=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB40AA is #44BF55. Grayscale: #707070. Windows color (decimal): -4505430 or 11157691. OLE color: 11157691.
HSL color Cylindrical-coordinate representation of color #BB40AA: hue angle of 308.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB40AA is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 170 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.27 |
| HSL | 308.29º | 0.49% | 0.49% | - |
| HSV(B) | 308.29º | 0.66% | 0.73% | - |
| XYZ | 29.58 | 17.13 | 39.78 | - |
| YUV | 112.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 170 | 0 | 0.66 | 0.09 | 0.27 | 308.29 | 0.49 | 0.49 |
| Hex | BB | 40 | AA | 0 | 42 | 9 | 1B | 134 | 31 | 31 |
| Octal | 273 | 100 | 252 | 0 | 102 | 11 | 33 | 464 | 61 | 61 |
| Binary | 10111011 | 1000000 | 10101010 | 0 | 1000010 | 1001 | 11011 | 100110100 | 110001 | 110001 |
Color Harmonies of #BB40AA
Complementary color
Monochromatic Colors of #BB40AA
Black with #BB40AA
Text Example
Text Example
White with #BB40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40AA; }
p { color: rgb(187,64,170); }
H1.HeaderClassName
{
color: #BB40AA;
}
.AnyTagClassName
{
color: #BB40AA;
}
</style>
background-color css
<style>
a { background-color: #BB40AA; }
a { background-color: rgb(187,64,170); }
div.DivClassName
{
background-color: #BB40AA;
}
.BgClassName
{
background-color: #BB40AA;
}
</style>
border-color css
<style>
span { border-color: #BB40AA; }
span { border-color: rgb(187,64,170); }
td.TdClassName
{
border-color: #BB40AA;
}
.TagClassName
{
border-color: #BB40AA;
}
</style>