Shades of Fuchsia #BB51BC
Tints of Fuchsia #BB51BC
RGB
CMYK
RGB Variations
Color information
#BB51BC (or 0xBB51BC) is known color: Fuchsia. HEX triplet: BB, 51 and BC. RGB value is (187,81,188). Sum of RGB (Red+Green+Blue) = 187+81+188=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB51BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51BC is #44AE43. Grayscale: #7C7C7C. Windows color (decimal): -4501060 or 12341691. OLE color: 12341691.
HSL color Cylindrical-coordinate representation of color #BB51BC: hue angle of 299.44º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB51BC is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 81 | 188 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.26 |
| HSL | 299.44º | 0.44% | 0.53% | - |
| HSV(B) | 299.44º | 0.57% | 0.74% | - |
| XYZ | 32.51 | 20.08 | 49.74 | - |
| YUV | 124.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 188 | 0.01 | 0.57 | 0 | 0.26 | 299.44 | 0.44 | 0.53 |
| Hex | BB | 51 | BC | 1 | 39 | 0 | 1A | 12B | 2C | 35 |
| Octal | 273 | 121 | 274 | 1 | 71 | 0 | 32 | 453 | 54 | 65 |
| Binary | 10111011 | 1010001 | 10111100 | 1 | 111001 | 0 | 11010 | 100101011 | 101100 | 110101 |
Color Harmonies of #BB51BC
Complementary color
Monochromatic Colors of #BB51BC
Black with #BB51BC
Text Example
Text Example
White with #BB51BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51BC; }
p { color: rgb(187,81,188); }
H1.HeaderClassName
{
color: #BB51BC;
}
.AnyTagClassName
{
color: #BB51BC;
}
</style>
background-color css
<style>
a { background-color: #BB51BC; }
a { background-color: rgb(187,81,188); }
div.DivClassName
{
background-color: #BB51BC;
}
.BgClassName
{
background-color: #BB51BC;
}
</style>
border-color css
<style>
span { border-color: #BB51BC; }
span { border-color: rgb(187,81,188); }
td.TdClassName
{
border-color: #BB51BC;
}
.TagClassName
{
border-color: #BB51BC;
}
</style>