Shades of Fuchsia #BB50AF
Tints of Fuchsia #BB50AF
RGB
CMYK
RGB Variations
Color information
#BB50AF (or 0xBB50AF) is known color: Fuchsia. HEX triplet: BB, 50 and AF. RGB value is (187,80,175). Sum of RGB (Red+Green+Blue) = 187+80+175=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB50AF is #44AF50. Grayscale: #7A7A7A. Windows color (decimal): -4501329 or 11489467. OLE color: 11489467.
HSL color Cylindrical-coordinate representation of color #BB50AF: hue angle of 306.73º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB50AF is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 175 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.27 |
| HSL | 306.73º | 0.44% | 0.52% | - |
| HSV(B) | 306.73º | 0.57% | 0.73% | - |
| XYZ | 31.1 | 19.4 | 42.66 | - |
| YUV | 122.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 175 | 0 | 0.57 | 0.06 | 0.27 | 306.73 | 0.44 | 0.52 |
| Hex | BB | 50 | AF | 0 | 39 | 6 | 1B | 133 | 2C | 34 |
| Octal | 273 | 120 | 257 | 0 | 71 | 6 | 33 | 463 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10101111 | 0 | 111001 | 110 | 11011 | 100110011 | 101100 | 110100 |
Color Harmonies of #BB50AF
Complementary color
Monochromatic Colors of #BB50AF
Black with #BB50AF
Text Example
Text Example
White with #BB50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50AF; }
p { color: rgb(187,80,175); }
H1.HeaderClassName
{
color: #BB50AF;
}
.AnyTagClassName
{
color: #BB50AF;
}
</style>
background-color css
<style>
a { background-color: #BB50AF; }
a { background-color: rgb(187,80,175); }
div.DivClassName
{
background-color: #BB50AF;
}
.BgClassName
{
background-color: #BB50AF;
}
</style>
border-color css
<style>
span { border-color: #BB50AF; }
span { border-color: rgb(187,80,175); }
td.TdClassName
{
border-color: #BB50AF;
}
.TagClassName
{
border-color: #BB50AF;
}
</style>