Shades of Fuchsia #BB54B5
Tints of Fuchsia #BB54B5
RGB
CMYK
RGB Variations
Color information
#BB54B5 (or 0xBB54B5) is known color: Fuchsia. HEX triplet: BB, 54 and B5. RGB value is (187,84,181). Sum of RGB (Red+Green+Blue) = 187+84+181=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB54B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54B5 is #44AB4A. Grayscale: #7D7D7D. Windows color (decimal): -4500299 or 11883707. OLE color: 11883707.
HSL color Cylindrical-coordinate representation of color #BB54B5: hue angle of 303.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB54B5 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 181 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.27 |
| HSL | 303.5º | 0.43% | 0.53% | - |
| HSV(B) | 303.5º | 0.55% | 0.73% | - |
| XYZ | 32 | 20.24 | 45.94 | - |
| YUV | 125.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 181 | 0 | 0.55 | 0.03 | 0.27 | 303.5 | 0.43 | 0.53 |
| Hex | BB | 54 | B5 | 0 | 37 | 3 | 1B | 12F | 2B | 35 |
| Octal | 273 | 124 | 265 | 0 | 67 | 3 | 33 | 457 | 53 | 65 |
| Binary | 10111011 | 1010100 | 10110101 | 0 | 110111 | 11 | 11011 | 100101111 | 101011 | 110101 |
Color Harmonies of #BB54B5
Complementary color
Monochromatic Colors of #BB54B5
Black with #BB54B5
Text Example
Text Example
White with #BB54B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB54B5; }
p { color: rgb(187,84,181); }
H1.HeaderClassName
{
color: #BB54B5;
}
.AnyTagClassName
{
color: #BB54B5;
}
</style>
background-color css
<style>
a { background-color: #BB54B5; }
a { background-color: rgb(187,84,181); }
div.DivClassName
{
background-color: #BB54B5;
}
.BgClassName
{
background-color: #BB54B5;
}
</style>
border-color css
<style>
span { border-color: #BB54B5; }
span { border-color: rgb(187,84,181); }
td.TdClassName
{
border-color: #BB54B5;
}
.TagClassName
{
border-color: #BB54B5;
}
</style>