Shades of Fuchsia #BA3FB6
Tints of Fuchsia #BA3FB6
RGB
CMYK
RGB Variations
Color information
#BA3FB6 (or 0xBA3FB6) is known color: Fuchsia. HEX triplet: BA, 3F and B6. RGB value is (186,63,182). Sum of RGB (Red+Green+Blue) = 186+63+182=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FB6 is #45C049. Grayscale: #707070. Windows color (decimal): -4571210 or 11943866. OLE color: 11943866.
HSL color Cylindrical-coordinate representation of color #BA3FB6: hue angle of 301.95º 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 #BA3FB6 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 182 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.27 |
| HSL | 301.95º | 0.49% | 0.49% | - |
| HSV(B) | 301.95º | 0.66% | 0.73% | - |
| XYZ | 30.47 | 17.37 | 46 | - |
| YUV | 113.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 182 | 0 | 0.66 | 0.02 | 0.27 | 301.95 | 0.49 | 0.49 |
| Hex | BA | 3F | B6 | 0 | 42 | 2 | 1B | 12E | 31 | 31 |
| Octal | 272 | 77 | 266 | 0 | 102 | 2 | 33 | 456 | 61 | 61 |
| Binary | 10111010 | 111111 | 10110110 | 0 | 1000010 | 10 | 11011 | 100101110 | 110001 | 110001 |
Color Harmonies of #BA3FB6
Complementary color
Monochromatic Colors of #BA3FB6
Black with #BA3FB6
Text Example
Text Example
White with #BA3FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FB6; }
p { color: rgb(186,63,182); }
H1.HeaderClassName
{
color: #BA3FB6;
}
.AnyTagClassName
{
color: #BA3FB6;
}
</style>
background-color css
<style>
a { background-color: #BA3FB6; }
a { background-color: rgb(186,63,182); }
div.DivClassName
{
background-color: #BA3FB6;
}
.BgClassName
{
background-color: #BA3FB6;
}
</style>
border-color css
<style>
span { border-color: #BA3FB6; }
span { border-color: rgb(186,63,182); }
td.TdClassName
{
border-color: #BA3FB6;
}
.TagClassName
{
border-color: #BA3FB6;
}
</style>