Shades of Fuchsia #BA3FB1
Tints of Fuchsia #BA3FB1
RGB
CMYK
RGB Variations
Color information
#BA3FB1 (or 0xBA3FB1) is known color: Fuchsia. HEX triplet: BA, 3F and B1. RGB value is (186,63,177). Sum of RGB (Red+Green+Blue) = 186+63+177=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FB1 is #45C04E. Grayscale: #707070. Windows color (decimal): -4571215 or 11616186. OLE color: 11616186.
HSL color Cylindrical-coordinate representation of color #BA3FB1: hue angle of 304.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3FB1 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 177 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.27 |
| HSL | 304.39º | 0.49% | 0.49% | - |
| HSV(B) | 304.39º | 0.66% | 0.73% | - |
| XYZ | 29.96 | 17.17 | 43.33 | - |
| YUV | 112.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 177 | 0 | 0.66 | 0.05 | 0.27 | 304.39 | 0.49 | 0.49 |
| Hex | BA | 3F | B1 | 0 | 42 | 5 | 1B | 130 | 31 | 31 |
| Octal | 272 | 77 | 261 | 0 | 102 | 5 | 33 | 460 | 61 | 61 |
| Binary | 10111010 | 111111 | 10110001 | 0 | 1000010 | 101 | 11011 | 100110000 | 110001 | 110001 |
Color Harmonies of #BA3FB1
Complementary color
Monochromatic Colors of #BA3FB1
Black with #BA3FB1
Text Example
Text Example
White with #BA3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FB1; }
p { color: rgb(186,63,177); }
H1.HeaderClassName
{
color: #BA3FB1;
}
.AnyTagClassName
{
color: #BA3FB1;
}
</style>
background-color css
<style>
a { background-color: #BA3FB1; }
a { background-color: rgb(186,63,177); }
div.DivClassName
{
background-color: #BA3FB1;
}
.BgClassName
{
background-color: #BA3FB1;
}
</style>
border-color css
<style>
span { border-color: #BA3FB1; }
span { border-color: rgb(186,63,177); }
td.TdClassName
{
border-color: #BA3FB1;
}
.TagClassName
{
border-color: #BA3FB1;
}
</style>