Shades of Fuchsia #BB54BA
Tints of Fuchsia #BB54BA
RGB
CMYK
RGB Variations
Color information
#BB54BA (or 0xBB54BA) is known color: Fuchsia. HEX triplet: BB, 54 and BA. RGB value is (187,84,186). Sum of RGB (Red+Green+Blue) = 187+84+186=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB54BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54BA is #44AB45. Grayscale: #7E7E7E. Windows color (decimal): -4500294 or 12211387. OLE color: 12211387.
HSL color Cylindrical-coordinate representation of color #BB54BA: hue angle of 300.58º 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 #BB54BA is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 186 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.27 |
| HSL | 300.58º | 0.43% | 0.53% | - |
| HSV(B) | 300.58º | 0.55% | 0.73% | - |
| XYZ | 32.53 | 20.45 | 48.69 | - |
| YUV | 126.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 186 | 0 | 0.55 | 0.01 | 0.27 | 300.58 | 0.43 | 0.53 |
| Hex | BB | 54 | BA | 0 | 37 | 1 | 1B | 12D | 2B | 35 |
| Octal | 273 | 124 | 272 | 0 | 67 | 1 | 33 | 455 | 53 | 65 |
| Binary | 10111011 | 1010100 | 10111010 | 0 | 110111 | 1 | 11011 | 100101101 | 101011 | 110101 |
Color Harmonies of #BB54BA
Complementary color
Monochromatic Colors of #BB54BA
Black with #BB54BA
Text Example
Text Example
White with #BB54BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB54BA; }
p { color: rgb(187,84,186); }
H1.HeaderClassName
{
color: #BB54BA;
}
.AnyTagClassName
{
color: #BB54BA;
}
</style>
background-color css
<style>
a { background-color: #BB54BA; }
a { background-color: rgb(187,84,186); }
div.DivClassName
{
background-color: #BB54BA;
}
.BgClassName
{
background-color: #BB54BA;
}
</style>
border-color css
<style>
span { border-color: #BB54BA; }
span { border-color: rgb(187,84,186); }
td.TdClassName
{
border-color: #BB54BA;
}
.TagClassName
{
border-color: #BB54BA;
}
</style>