Shades of Fuchsia #BA41BB
Tints of Fuchsia #BA41BB
RGB
CMYK
RGB Variations
Color information
#BA41BB (or 0xBA41BB) is known color: Fuchsia. HEX triplet: BA, 41 and BB. RGB value is (186,65,187). Sum of RGB (Red+Green+Blue) = 186+65+187=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41BB is #45BE44. Grayscale: #727272. Windows color (decimal): -4570693 or 12272058. OLE color: 12272058.
HSL color Cylindrical-coordinate representation of color #BA41BB: hue angle of 299.51º 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 #BA41BB is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 187 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.27 |
| HSL | 299.51º | 0.48% | 0.49% | - |
| HSV(B) | 299.51º | 0.65% | 0.73% | - |
| XYZ | 31.11 | 17.81 | 48.81 | - |
| YUV | 115.09 | 168.59 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 187 | 0.01 | 0.65 | 0 | 0.27 | 299.51 | 0.48 | 0.49 |
| Hex | BA | 41 | BB | 1 | 41 | 0 | 1B | 12C | 30 | 31 |
| Octal | 272 | 101 | 273 | 1 | 101 | 0 | 33 | 454 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10111011 | 1 | 1000001 | 0 | 11011 | 100101100 | 110000 | 110001 |
Color Harmonies of #BA41BB
Complementary color
Monochromatic Colors of #BA41BB
Black with #BA41BB
Text Example
Text Example
White with #BA41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41BB; }
p { color: rgb(186,65,187); }
H1.HeaderClassName
{
color: #BA41BB;
}
.AnyTagClassName
{
color: #BA41BB;
}
</style>
background-color css
<style>
a { background-color: #BA41BB; }
a { background-color: rgb(186,65,187); }
div.DivClassName
{
background-color: #BA41BB;
}
.BgClassName
{
background-color: #BA41BB;
}
</style>
border-color css
<style>
span { border-color: #BA41BB; }
span { border-color: rgb(186,65,187); }
td.TdClassName
{
border-color: #BA41BB;
}
.TagClassName
{
border-color: #BA41BB;
}
</style>