Shades of Fuchsia #BA2FC5
Tints of Fuchsia #BA2FC5
RGB
CMYK
RGB Variations
Color information
#BA2FC5 (or 0xBA2FC5) is known color: Fuchsia. HEX triplet: BA, 2F and C5. RGB value is (186,47,197). Sum of RGB (Red+Green+Blue) = 186+47+197=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA2FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FC5 is #45D03A. Grayscale: #696969. Windows color (decimal): -4575291 or 12922810. OLE color: 12922810.
HSL color Cylindrical-coordinate representation of color #BA2FC5: hue angle of 295.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2FC5 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 47 | 197 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.23 |
| HSL | 295.6º | 0.61% | 0.48% | - |
| HSV(B) | 295.6º | 0.76% | 0.77% | - |
| XYZ | 31.34 | 16.5 | 54.36 | - |
| YUV | 105.66 | 179.55 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 197 | 0.06 | 0.76 | 0 | 0.23 | 295.6 | 0.61 | 0.48 |
| Hex | BA | 2F | C5 | 6 | 4C | 0 | 17 | 128 | 3D | 30 |
| Octal | 272 | 57 | 305 | 6 | 114 | 0 | 27 | 450 | 75 | 60 |
| Binary | 10111010 | 101111 | 11000101 | 110 | 1001100 | 0 | 10111 | 100101000 | 111101 | 110000 |
Color Harmonies of #BA2FC5
Complementary color
Monochromatic Colors of #BA2FC5
Black with #BA2FC5
Text Example
Text Example
White with #BA2FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FC5; }
p { color: rgb(186,47,197); }
H1.HeaderClassName
{
color: #BA2FC5;
}
.AnyTagClassName
{
color: #BA2FC5;
}
</style>
background-color css
<style>
a { background-color: #BA2FC5; }
a { background-color: rgb(186,47,197); }
div.DivClassName
{
background-color: #BA2FC5;
}
.BgClassName
{
background-color: #BA2FC5;
}
</style>
border-color css
<style>
span { border-color: #BA2FC5; }
span { border-color: rgb(186,47,197); }
td.TdClassName
{
border-color: #BA2FC5;
}
.TagClassName
{
border-color: #BA2FC5;
}
</style>