Shades of Fuchsia #BB5AAF
Tints of Fuchsia #BB5AAF
RGB
CMYK
RGB Variations
Color information
#BB5AAF (or 0xBB5AAF) is known color: Fuchsia. HEX triplet: BB, 5A and AF. RGB value is (187,90,175). Sum of RGB (Red+Green+Blue) = 187+90+175=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5AAF is #44A550. Grayscale: #808080. Windows color (decimal): -4498769 or 11492027. OLE color: 11492027.
HSL color Cylindrical-coordinate representation of color #BB5AAF: hue angle of 307.42º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5AAF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 175 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.27 |
| HSL | 307.42º | 0.42% | 0.54% | - |
| HSV(B) | 307.42º | 0.52% | 0.73% | - |
| XYZ | 31.89 | 20.97 | 42.92 | - |
| YUV | 128.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 175 | 0 | 0.52 | 0.06 | 0.27 | 307.42 | 0.42 | 0.54 |
| Hex | BB | 5A | AF | 0 | 34 | 6 | 1B | 133 | 2A | 36 |
| Octal | 273 | 132 | 257 | 0 | 64 | 6 | 33 | 463 | 52 | 66 |
| Binary | 10111011 | 1011010 | 10101111 | 0 | 110100 | 110 | 11011 | 100110011 | 101010 | 110110 |
Color Harmonies of #BB5AAF
Complementary color
Monochromatic Colors of #BB5AAF
Black with #BB5AAF
Text Example
Text Example
White with #BB5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5AAF; }
p { color: rgb(187,90,175); }
H1.HeaderClassName
{
color: #BB5AAF;
}
.AnyTagClassName
{
color: #BB5AAF;
}
</style>
background-color css
<style>
a { background-color: #BB5AAF; }
a { background-color: rgb(187,90,175); }
div.DivClassName
{
background-color: #BB5AAF;
}
.BgClassName
{
background-color: #BB5AAF;
}
</style>
border-color css
<style>
span { border-color: #BB5AAF; }
span { border-color: rgb(187,90,175); }
td.TdClassName
{
border-color: #BB5AAF;
}
.TagClassName
{
border-color: #BB5AAF;
}
</style>