Shades of Fuchsia #BB51C0
Tints of Fuchsia #BB51C0
RGB
CMYK
RGB Variations
Color information
#BB51C0 (or 0xBB51C0) is known color: Fuchsia. HEX triplet: BB, 51 and C0. RGB value is (187,81,192). Sum of RGB (Red+Green+Blue) = 187+81+192=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB51C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51C0 is #44AE3F. Grayscale: #7D7D7D. Windows color (decimal): -4501056 or 12603835. OLE color: 12603835.
HSL color Cylindrical-coordinate representation of color #BB51C0: hue angle of 297.3º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB51C0 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 81 | 192 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.25 |
| HSL | 297.3º | 0.47% | 0.54% | - |
| HSV(B) | 297.3º | 0.58% | 0.75% | - |
| XYZ | 32.95 | 20.26 | 52.04 | - |
| YUV | 125.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 192 | 0.03 | 0.58 | 0 | 0.25 | 297.3 | 0.47 | 0.54 |
| Hex | BB | 51 | C0 | 3 | 3A | 0 | 19 | 129 | 2F | 36 |
| Octal | 273 | 121 | 300 | 3 | 72 | 0 | 31 | 451 | 57 | 66 |
| Binary | 10111011 | 1010001 | 11000000 | 11 | 111010 | 0 | 11001 | 100101001 | 101111 | 110110 |
Color Harmonies of #BB51C0
Complementary color
Monochromatic Colors of #BB51C0
Black with #BB51C0
Text Example
Text Example
White with #BB51C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51C0; }
p { color: rgb(187,81,192); }
H1.HeaderClassName
{
color: #BB51C0;
}
.AnyTagClassName
{
color: #BB51C0;
}
</style>
background-color css
<style>
a { background-color: #BB51C0; }
a { background-color: rgb(187,81,192); }
div.DivClassName
{
background-color: #BB51C0;
}
.BgClassName
{
background-color: #BB51C0;
}
</style>
border-color css
<style>
span { border-color: #BB51C0; }
span { border-color: rgb(187,81,192); }
td.TdClassName
{
border-color: #BB51C0;
}
.TagClassName
{
border-color: #BB51C0;
}
</style>