Shades of Fuchsia #BB54C5
Tints of Fuchsia #BB54C5
RGB
CMYK
RGB Variations
Color information
#BB54C5 (or 0xBB54C5) is known color: Fuchsia. HEX triplet: BB, 54 and C5. RGB value is (187,84,197). Sum of RGB (Red+Green+Blue) = 187+84+197=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB54C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54C5 is #44AB3A. Grayscale: #7F7F7F. Windows color (decimal): -4500283 or 12932283. OLE color: 12932283.
HSL color Cylindrical-coordinate representation of color #BB54C5: hue angle of 294.69º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB54C5 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 84 | 197 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.23 |
| HSL | 294.69º | 0.49% | 0.55% | - |
| HSV(B) | 294.69º | 0.57% | 0.77% | - |
| XYZ | 33.74 | 20.94 | 55.09 | - |
| YUV | 127.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 197 | 0.05 | 0.57 | 0 | 0.23 | 294.69 | 0.49 | 0.55 |
| Hex | BB | 54 | C5 | 5 | 39 | 0 | 17 | 127 | 31 | 37 |
| Octal | 273 | 124 | 305 | 5 | 71 | 0 | 27 | 447 | 61 | 67 |
| Binary | 10111011 | 1010100 | 11000101 | 101 | 111001 | 0 | 10111 | 100100111 | 110001 | 110111 |
Color Harmonies of #BB54C5
Complementary color
Monochromatic Colors of #BB54C5
Black with #BB54C5
Text Example
Text Example
White with #BB54C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB54C5; }
p { color: rgb(187,84,197); }
H1.HeaderClassName
{
color: #BB54C5;
}
.AnyTagClassName
{
color: #BB54C5;
}
</style>
background-color css
<style>
a { background-color: #BB54C5; }
a { background-color: rgb(187,84,197); }
div.DivClassName
{
background-color: #BB54C5;
}
.BgClassName
{
background-color: #BB54C5;
}
</style>
border-color css
<style>
span { border-color: #BB54C5; }
span { border-color: rgb(187,84,197); }
td.TdClassName
{
border-color: #BB54C5;
}
.TagClassName
{
border-color: #BB54C5;
}
</style>