Shades of Fuchsia #BB51BA
Tints of Fuchsia #BB51BA
RGB
CMYK
RGB Variations
Color information
#BB51BA (or 0xBB51BA) is known color: Fuchsia. HEX triplet: BB, 51 and BA. RGB value is (187,81,186). Sum of RGB (Red+Green+Blue) = 187+81+186=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51BA is #44AE45. Grayscale: #7C7C7C. Windows color (decimal): -4501062 or 12210619. OLE color: 12210619.
HSL color Cylindrical-coordinate representation of color #BB51BA: hue angle of 300.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB51BA is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 186 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.27 |
| HSL | 300.57º | 0.44% | 0.53% | - |
| HSV(B) | 300.57º | 0.57% | 0.73% | - |
| XYZ | 32.3 | 19.99 | 48.61 | - |
| YUV | 124.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 186 | 0 | 0.57 | 0.01 | 0.27 | 300.57 | 0.44 | 0.53 |
| Hex | BB | 51 | BA | 0 | 39 | 1 | 1B | 12D | 2C | 35 |
| Octal | 273 | 121 | 272 | 0 | 71 | 1 | 33 | 455 | 54 | 65 |
| Binary | 10111011 | 1010001 | 10111010 | 0 | 111001 | 1 | 11011 | 100101101 | 101100 | 110101 |
Color Harmonies of #BB51BA
Complementary color
Monochromatic Colors of #BB51BA
Black with #BB51BA
Text Example
Text Example
White with #BB51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51BA; }
p { color: rgb(187,81,186); }
H1.HeaderClassName
{
color: #BB51BA;
}
.AnyTagClassName
{
color: #BB51BA;
}
</style>
background-color css
<style>
a { background-color: #BB51BA; }
a { background-color: rgb(187,81,186); }
div.DivClassName
{
background-color: #BB51BA;
}
.BgClassName
{
background-color: #BB51BA;
}
</style>
border-color css
<style>
span { border-color: #BB51BA; }
span { border-color: rgb(187,81,186); }
td.TdClassName
{
border-color: #BB51BA;
}
.TagClassName
{
border-color: #BB51BA;
}
</style>