Shades of Fuchsia #BB51B7
Tints of Fuchsia #BB51B7
RGB
CMYK
RGB Variations
Color information
#BB51B7 (or 0xBB51B7) is known color: Fuchsia. HEX triplet: BB, 51 and B7. RGB value is (187,81,183). Sum of RGB (Red+Green+Blue) = 187+81+183=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB51B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51B7 is #44AE48. Grayscale: #7C7C7C. Windows color (decimal): -4501065 or 12014011. OLE color: 12014011.
HSL color Cylindrical-coordinate representation of color #BB51B7: hue angle of 302.26º 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 #BB51B7 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 183 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.27 |
| HSL | 302.26º | 0.44% | 0.53% | - |
| HSV(B) | 302.26º | 0.57% | 0.73% | - |
| XYZ | 31.98 | 19.87 | 46.95 | - |
| YUV | 124.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 183 | 0 | 0.57 | 0.02 | 0.27 | 302.26 | 0.44 | 0.53 |
| Hex | BB | 51 | B7 | 0 | 39 | 2 | 1B | 12E | 2C | 35 |
| Octal | 273 | 121 | 267 | 0 | 71 | 2 | 33 | 456 | 54 | 65 |
| Binary | 10111011 | 1010001 | 10110111 | 0 | 111001 | 10 | 11011 | 100101110 | 101100 | 110101 |
Color Harmonies of #BB51B7
Complementary color
Monochromatic Colors of #BB51B7
Black with #BB51B7
Text Example
Text Example
White with #BB51B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51B7; }
p { color: rgb(187,81,183); }
H1.HeaderClassName
{
color: #BB51B7;
}
.AnyTagClassName
{
color: #BB51B7;
}
</style>
background-color css
<style>
a { background-color: #BB51B7; }
a { background-color: rgb(187,81,183); }
div.DivClassName
{
background-color: #BB51B7;
}
.BgClassName
{
background-color: #BB51B7;
}
</style>
border-color css
<style>
span { border-color: #BB51B7; }
span { border-color: rgb(187,81,183); }
td.TdClassName
{
border-color: #BB51B7;
}
.TagClassName
{
border-color: #BB51B7;
}
</style>