Shades of Fuchsia #BB51B2
Tints of Fuchsia #BB51B2
RGB
CMYK
RGB Variations
Color information
#BB51B2 (or 0xBB51B2) is known color: Fuchsia. HEX triplet: BB, 51 and B2. RGB value is (187,81,178). Sum of RGB (Red+Green+Blue) = 187+81+178=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB51B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB51B2 is #44AE4D. Grayscale: #7B7B7B. Windows color (decimal): -4501070 or 11686331. OLE color: 11686331.
HSL color Cylindrical-coordinate representation of color #BB51B2: hue angle of 305.09º 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 #BB51B2 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 178 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.27 |
| HSL | 305.09º | 0.44% | 0.53% | - |
| HSV(B) | 305.09º | 0.57% | 0.73% | - |
| XYZ | 31.47 | 19.66 | 44.26 | - |
| YUV | 123.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 178 | 0 | 0.57 | 0.05 | 0.27 | 305.09 | 0.44 | 0.53 |
| Hex | BB | 51 | B2 | 0 | 39 | 5 | 1B | 131 | 2C | 35 |
| Octal | 273 | 121 | 262 | 0 | 71 | 5 | 33 | 461 | 54 | 65 |
| Binary | 10111011 | 1010001 | 10110010 | 0 | 111001 | 101 | 11011 | 100110001 | 101100 | 110101 |
Color Harmonies of #BB51B2
Complementary color
Monochromatic Colors of #BB51B2
Black with #BB51B2
Text Example
Text Example
White with #BB51B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51B2; }
p { color: rgb(187,81,178); }
H1.HeaderClassName
{
color: #BB51B2;
}
.AnyTagClassName
{
color: #BB51B2;
}
</style>
background-color css
<style>
a { background-color: #BB51B2; }
a { background-color: rgb(187,81,178); }
div.DivClassName
{
background-color: #BB51B2;
}
.BgClassName
{
background-color: #BB51B2;
}
</style>
border-color css
<style>
span { border-color: #BB51B2; }
span { border-color: rgb(187,81,178); }
td.TdClassName
{
border-color: #BB51B2;
}
.TagClassName
{
border-color: #BB51B2;
}
</style>