Shades of Fuchsia #BA5FC1
Tints of Fuchsia #BA5FC1
RGB
CMYK
RGB Variations
Color information
#BA5FC1 (or 0xBA5FC1) is known color: Fuchsia. HEX triplet: BA, 5F and C1. RGB value is (186,95,193). Sum of RGB (Red+Green+Blue) = 186+95+193=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA5FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FC1 is #45A03E. Grayscale: #858585. Windows color (decimal): -4563007 or 12672954. OLE color: 12672954.
HSL color Cylindrical-coordinate representation of color #BA5FC1: hue angle of 295.71º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5FC1 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 95 | 193 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.24 |
| HSL | 295.71º | 0.44% | 0.56% | - |
| HSV(B) | 295.71º | 0.51% | 0.76% | - |
| XYZ | 33.97 | 22.47 | 53 | - |
| YUV | 133.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 193 | 0.04 | 0.51 | 0 | 0.24 | 295.71 | 0.44 | 0.56 |
| Hex | BA | 5F | C1 | 4 | 33 | 0 | 18 | 128 | 2C | 38 |
| Octal | 272 | 137 | 301 | 4 | 63 | 0 | 30 | 450 | 54 | 70 |
| Binary | 10111010 | 1011111 | 11000001 | 100 | 110011 | 0 | 11000 | 100101000 | 101100 | 111000 |
Color Harmonies of #BA5FC1
Complementary color
Monochromatic Colors of #BA5FC1
Black with #BA5FC1
Text Example
Text Example
White with #BA5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FC1; }
p { color: rgb(186,95,193); }
H1.HeaderClassName
{
color: #BA5FC1;
}
.AnyTagClassName
{
color: #BA5FC1;
}
</style>
background-color css
<style>
a { background-color: #BA5FC1; }
a { background-color: rgb(186,95,193); }
div.DivClassName
{
background-color: #BA5FC1;
}
.BgClassName
{
background-color: #BA5FC1;
}
</style>
border-color css
<style>
span { border-color: #BA5FC1; }
span { border-color: rgb(186,95,193); }
td.TdClassName
{
border-color: #BA5FC1;
}
.TagClassName
{
border-color: #BA5FC1;
}
</style>