Shades of Fuchsia #BB41C5
Tints of Fuchsia #BB41C5
RGB
CMYK
RGB Variations
Color information
#BB41C5 (or 0xBB41C5) is known color: Fuchsia. HEX triplet: BB, 41 and C5. RGB value is (187,65,197). Sum of RGB (Red+Green+Blue) = 187+65+197=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB41C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41C5 is #44BE3A. Grayscale: #747474. Windows color (decimal): -4505147 or 12927419. OLE color: 12927419.
HSL color Cylindrical-coordinate representation of color #BB41C5: hue angle of 295.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB41C5 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 65 | 197 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.23 |
| HSL | 295.45º | 0.53% | 0.51% | - |
| HSV(B) | 295.45º | 0.67% | 0.77% | - |
| XYZ | 32.46 | 18.38 | 54.66 | - |
| YUV | 116.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 197 | 0.05 | 0.67 | 0 | 0.23 | 295.45 | 0.53 | 0.51 |
| Hex | BB | 41 | C5 | 5 | 43 | 0 | 17 | 127 | 35 | 33 |
| Octal | 273 | 101 | 305 | 5 | 103 | 0 | 27 | 447 | 65 | 63 |
| Binary | 10111011 | 1000001 | 11000101 | 101 | 1000011 | 0 | 10111 | 100100111 | 110101 | 110011 |
Color Harmonies of #BB41C5
Complementary color
Monochromatic Colors of #BB41C5
Black with #BB41C5
Text Example
Text Example
White with #BB41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41C5; }
p { color: rgb(187,65,197); }
H1.HeaderClassName
{
color: #BB41C5;
}
.AnyTagClassName
{
color: #BB41C5;
}
</style>
background-color css
<style>
a { background-color: #BB41C5; }
a { background-color: rgb(187,65,197); }
div.DivClassName
{
background-color: #BB41C5;
}
.BgClassName
{
background-color: #BB41C5;
}
</style>
border-color css
<style>
span { border-color: #BB41C5; }
span { border-color: rgb(187,65,197); }
td.TdClassName
{
border-color: #BB41C5;
}
.TagClassName
{
border-color: #BB41C5;
}
</style>