Shades of Fuchsia #BB40C5
Tints of Fuchsia #BB40C5
RGB
CMYK
RGB Variations
Color information
#BB40C5 (or 0xBB40C5) is known color: Fuchsia. HEX triplet: BB, 40 and C5. RGB value is (187,64,197). Sum of RGB (Red+Green+Blue) = 187+64+197=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB40C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40C5 is #44BF3A. Grayscale: #737373. Windows color (decimal): -4505403 or 12927163. OLE color: 12927163.
HSL color Cylindrical-coordinate representation of color #BB40C5: hue angle of 295.49º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB40C5 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 64 | 197 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.23 |
| HSL | 295.49º | 0.53% | 0.51% | - |
| HSV(B) | 295.49º | 0.68% | 0.77% | - |
| XYZ | 32.4 | 18.26 | 54.64 | - |
| YUV | 115.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 197 | 0.05 | 0.68 | 0 | 0.23 | 295.49 | 0.53 | 0.51 |
| Hex | BB | 40 | C5 | 5 | 44 | 0 | 17 | 127 | 35 | 33 |
| Octal | 273 | 100 | 305 | 5 | 104 | 0 | 27 | 447 | 65 | 63 |
| Binary | 10111011 | 1000000 | 11000101 | 101 | 1000100 | 0 | 10111 | 100100111 | 110101 | 110011 |
Color Harmonies of #BB40C5
Complementary color
Monochromatic Colors of #BB40C5
Black with #BB40C5
Text Example
Text Example
White with #BB40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40C5; }
p { color: rgb(187,64,197); }
H1.HeaderClassName
{
color: #BB40C5;
}
.AnyTagClassName
{
color: #BB40C5;
}
</style>
background-color css
<style>
a { background-color: #BB40C5; }
a { background-color: rgb(187,64,197); }
div.DivClassName
{
background-color: #BB40C5;
}
.BgClassName
{
background-color: #BB40C5;
}
</style>
border-color css
<style>
span { border-color: #BB40C5; }
span { border-color: rgb(187,64,197); }
td.TdClassName
{
border-color: #BB40C5;
}
.TagClassName
{
border-color: #BB40C5;
}
</style>