Shades of Fuchsia #BA51C1
Tints of Fuchsia #BA51C1
RGB
CMYK
RGB Variations
Color information
#BA51C1 (or 0xBA51C1) is known color: Fuchsia. HEX triplet: BA, 51 and C1. RGB value is (186,81,193). Sum of RGB (Red+Green+Blue) = 186+81+193=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA51C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51C1 is #45AE3E. Grayscale: #7C7C7C. Windows color (decimal): -4566591 or 12669370. OLE color: 12669370.
HSL color Cylindrical-coordinate representation of color #BA51C1: hue angle of 296.25º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA51C1 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 81 | 193 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.24 |
| HSL | 296.25º | 0.47% | 0.54% | - |
| HSV(B) | 296.25º | 0.58% | 0.76% | - |
| XYZ | 32.82 | 20.17 | 52.62 | - |
| YUV | 125.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 193 | 0.04 | 0.58 | 0 | 0.24 | 296.25 | 0.47 | 0.54 |
| Hex | BA | 51 | C1 | 4 | 3A | 0 | 18 | 128 | 2F | 36 |
| Octal | 272 | 121 | 301 | 4 | 72 | 0 | 30 | 450 | 57 | 66 |
| Binary | 10111010 | 1010001 | 11000001 | 100 | 111010 | 0 | 11000 | 100101000 | 101111 | 110110 |
Color Harmonies of #BA51C1
Complementary color
Monochromatic Colors of #BA51C1
Black with #BA51C1
Text Example
Text Example
White with #BA51C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51C1; }
p { color: rgb(186,81,193); }
H1.HeaderClassName
{
color: #BA51C1;
}
.AnyTagClassName
{
color: #BA51C1;
}
</style>
background-color css
<style>
a { background-color: #BA51C1; }
a { background-color: rgb(186,81,193); }
div.DivClassName
{
background-color: #BA51C1;
}
.BgClassName
{
background-color: #BA51C1;
}
</style>
border-color css
<style>
span { border-color: #BA51C1; }
span { border-color: rgb(186,81,193); }
td.TdClassName
{
border-color: #BA51C1;
}
.TagClassName
{
border-color: #BA51C1;
}
</style>