Shades of Fuchsia #BB70AF
Tints of Fuchsia #BB70AF
RGB
CMYK
RGB Variations
Color information
#BB70AF (or 0xBB70AF) is known color: Fuchsia. HEX triplet: BB, 70 and AF. RGB value is (187,112,175). Sum of RGB (Red+Green+Blue) = 187+112+175=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70AF is #448F50. Grayscale: #8D8D8D. Windows color (decimal): -4493137 or 11497659. OLE color: 11497659.
HSL color Cylindrical-coordinate representation of color #BB70AF: hue angle of 309.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB70AF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 175 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.27 |
| HSL | 309.6º | 0.36% | 0.59% | - |
| HSV(B) | 309.6º | 0.4% | 0.73% | - |
| XYZ | 34.03 | 25.25 | 43.64 | - |
| YUV | 141.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 175 | 0 | 0.40 | 0.06 | 0.27 | 309.6 | 0.36 | 0.59 |
| Hex | BB | 70 | AF | 0 | 28 | 6 | 1B | 136 | 24 | 3B |
| Octal | 273 | 160 | 257 | 0 | 50 | 6 | 33 | 466 | 44 | 73 |
| Binary | 10111011 | 1110000 | 10101111 | 0 | 101000 | 110 | 11011 | 100110110 | 100100 | 111011 |
Color Harmonies of #BB70AF
Complementary color
Monochromatic Colors of #BB70AF
Black with #BB70AF
Text Example
Text Example
White with #BB70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70AF; }
p { color: rgb(187,112,175); }
H1.HeaderClassName
{
color: #BB70AF;
}
.AnyTagClassName
{
color: #BB70AF;
}
</style>
background-color css
<style>
a { background-color: #BB70AF; }
a { background-color: rgb(187,112,175); }
div.DivClassName
{
background-color: #BB70AF;
}
.BgClassName
{
background-color: #BB70AF;
}
</style>
border-color css
<style>
span { border-color: #BB70AF; }
span { border-color: rgb(187,112,175); }
td.TdClassName
{
border-color: #BB70AF;
}
.TagClassName
{
border-color: #BB70AF;
}
</style>