Shades of Fuchsia #BB51BD
Tints of Fuchsia #BB51BD
RGB
CMYK
RGB Variations
Color information
#BB51BD (or 0xBB51BD) is known color: Fuchsia. HEX triplet: BB, 51 and BD. RGB value is (187,81,189). Sum of RGB (Red+Green+Blue) = 187+81+189=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51BD is #44AE42. Grayscale: #7C7C7C. Windows color (decimal): -4501059 or 12407227. OLE color: 12407227.
HSL color Cylindrical-coordinate representation of color #BB51BD: hue angle of 298.89º degrees, saturation: 0.45, 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 #BB51BD is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 81 | 189 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.26 |
| HSL | 298.89º | 0.45% | 0.53% | - |
| HSV(B) | 298.89º | 0.57% | 0.74% | - |
| XYZ | 32.62 | 20.12 | 50.31 | - |
| YUV | 125.01 | 164.12 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 189 | 0.01 | 0.57 | 0 | 0.26 | 298.89 | 0.45 | 0.53 |
| Hex | BB | 51 | BD | 1 | 39 | 0 | 1A | 12B | 2D | 35 |
| Octal | 273 | 121 | 275 | 1 | 71 | 0 | 32 | 453 | 55 | 65 |
| Binary | 10111011 | 1010001 | 10111101 | 1 | 111001 | 0 | 11010 | 100101011 | 101101 | 110101 |
Color Harmonies of #BB51BD
Complementary color
Monochromatic Colors of #BB51BD
Black with #BB51BD
Text Example
Text Example
White with #BB51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51BD; }
p { color: rgb(187,81,189); }
H1.HeaderClassName
{
color: #BB51BD;
}
.AnyTagClassName
{
color: #BB51BD;
}
</style>
background-color css
<style>
a { background-color: #BB51BD; }
a { background-color: rgb(187,81,189); }
div.DivClassName
{
background-color: #BB51BD;
}
.BgClassName
{
background-color: #BB51BD;
}
</style>
border-color css
<style>
span { border-color: #BB51BD; }
span { border-color: rgb(187,81,189); }
td.TdClassName
{
border-color: #BB51BD;
}
.TagClassName
{
border-color: #BB51BD;
}
</style>