Shades of Fuchsia #BB41BA
Tints of Fuchsia #BB41BA
RGB
CMYK
RGB Variations
Color information
#BB41BA (or 0xBB41BA) is known color: Fuchsia. HEX triplet: BB, 41 and BA. RGB value is (187,65,186). Sum of RGB (Red+Green+Blue) = 187+65+186=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41BA is #44BE45. Grayscale: #727272. Windows color (decimal): -4505158 or 12206523. OLE color: 12206523.
HSL color Cylindrical-coordinate representation of color #BB41BA: hue angle of 300.49º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB41BA is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 186 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.27 |
| HSL | 300.49º | 0.48% | 0.49% | - |
| HSV(B) | 300.49º | 0.65% | 0.73% | - |
| XYZ | 31.25 | 17.89 | 48.26 | - |
| YUV | 115.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 186 | 0 | 0.65 | 0.01 | 0.27 | 300.49 | 0.48 | 0.49 |
| Hex | BB | 41 | BA | 0 | 41 | 1 | 1B | 12C | 30 | 31 |
| Octal | 273 | 101 | 272 | 0 | 101 | 1 | 33 | 454 | 60 | 61 |
| Binary | 10111011 | 1000001 | 10111010 | 0 | 1000001 | 1 | 11011 | 100101100 | 110000 | 110001 |
Color Harmonies of #BB41BA
Complementary color
Monochromatic Colors of #BB41BA
Black with #BB41BA
Text Example
Text Example
White with #BB41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41BA; }
p { color: rgb(187,65,186); }
H1.HeaderClassName
{
color: #BB41BA;
}
.AnyTagClassName
{
color: #BB41BA;
}
</style>
background-color css
<style>
a { background-color: #BB41BA; }
a { background-color: rgb(187,65,186); }
div.DivClassName
{
background-color: #BB41BA;
}
.BgClassName
{
background-color: #BB41BA;
}
</style>
border-color css
<style>
span { border-color: #BB41BA; }
span { border-color: rgb(187,65,186); }
td.TdClassName
{
border-color: #BB41BA;
}
.TagClassName
{
border-color: #BB41BA;
}
</style>