Shades of Fuchsia #BA48C2
Tints of Fuchsia #BA48C2
RGB
CMYK
RGB Variations
Color information
#BA48C2 (or 0xBA48C2) is known color: Fuchsia. HEX triplet: BA, 48 and C2. RGB value is (186,72,194). Sum of RGB (Red+Green+Blue) = 186+72+194=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA48C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48C2 is #45B73D. Grayscale: #777777. Windows color (decimal): -4568894 or 12732602. OLE color: 12732602.
HSL color Cylindrical-coordinate representation of color #BA48C2: hue angle of 296.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA48C2 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 72 | 194 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.24 |
| HSL | 296.07º | 0.5% | 0.52% | - |
| HSV(B) | 296.07º | 0.63% | 0.76% | - |
| XYZ | 32.3 | 18.97 | 53 | - |
| YUV | 119.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 194 | 0.04 | 0.63 | 0 | 0.24 | 296.07 | 0.5 | 0.52 |
| Hex | BA | 48 | C2 | 4 | 3F | 0 | 18 | 128 | 32 | 34 |
| Octal | 272 | 110 | 302 | 4 | 77 | 0 | 30 | 450 | 62 | 64 |
| Binary | 10111010 | 1001000 | 11000010 | 100 | 111111 | 0 | 11000 | 100101000 | 110010 | 110100 |
Color Harmonies of #BA48C2
Complementary color
Monochromatic Colors of #BA48C2
Black with #BA48C2
Text Example
Text Example
White with #BA48C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48C2; }
p { color: rgb(186,72,194); }
H1.HeaderClassName
{
color: #BA48C2;
}
.AnyTagClassName
{
color: #BA48C2;
}
</style>
background-color css
<style>
a { background-color: #BA48C2; }
a { background-color: rgb(186,72,194); }
div.DivClassName
{
background-color: #BA48C2;
}
.BgClassName
{
background-color: #BA48C2;
}
</style>
border-color css
<style>
span { border-color: #BA48C2; }
span { border-color: rgb(186,72,194); }
td.TdClassName
{
border-color: #BA48C2;
}
.TagClassName
{
border-color: #BA48C2;
}
</style>