Shades of Fuchsia #BB54C8
Tints of Fuchsia #BB54C8
RGB
CMYK
RGB Variations
Color information
#BB54C8 (or 0xBB54C8) is known color: Fuchsia. HEX triplet: BB, 54 and C8. RGB value is (187,84,200). Sum of RGB (Red+Green+Blue) = 187+84+200=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB54C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54C8 is #44AB37. Grayscale: #7F7F7F. Windows color (decimal): -4500280 or 13128891. OLE color: 13128891.
HSL color Cylindrical-coordinate representation of color #BB54C8: hue angle of 293.28º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB54C8 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 84 | 200 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.22 |
| HSL | 293.28º | 0.51% | 0.56% | - |
| HSV(B) | 293.28º | 0.58% | 0.78% | - |
| XYZ | 34.09 | 21.08 | 56.91 | - |
| YUV | 128.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 200 | 0.06 | 0.58 | 0 | 0.22 | 293.28 | 0.51 | 0.56 |
| Hex | BB | 54 | C8 | 6 | 3A | 0 | 16 | 125 | 33 | 38 |
| Octal | 273 | 124 | 310 | 6 | 72 | 0 | 26 | 445 | 63 | 70 |
| Binary | 10111011 | 1010100 | 11001000 | 110 | 111010 | 0 | 10110 | 100100101 | 110011 | 111000 |
Color Harmonies of #BB54C8
Complementary color
Monochromatic Colors of #BB54C8
Black with #BB54C8
Text Example
Text Example
White with #BB54C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB54C8; }
p { color: rgb(187,84,200); }
H1.HeaderClassName
{
color: #BB54C8;
}
.AnyTagClassName
{
color: #BB54C8;
}
</style>
background-color css
<style>
a { background-color: #BB54C8; }
a { background-color: rgb(187,84,200); }
div.DivClassName
{
background-color: #BB54C8;
}
.BgClassName
{
background-color: #BB54C8;
}
</style>
border-color css
<style>
span { border-color: #BB54C8; }
span { border-color: rgb(187,84,200); }
td.TdClassName
{
border-color: #BB54C8;
}
.TagClassName
{
border-color: #BB54C8;
}
</style>