Shades of Fuchsia #BA3FAD
Tints of Fuchsia #BA3FAD
RGB
CMYK
RGB Variations
Color information
#BA3FAD (or 0xBA3FAD) is known color: Fuchsia. HEX triplet: BA, 3F and AD. RGB value is (186,63,173). Sum of RGB (Red+Green+Blue) = 186+63+173=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FAD is #45C052. Grayscale: #707070. Windows color (decimal): -4571219 or 11354042. OLE color: 11354042.
HSL color Cylindrical-coordinate representation of color #BA3FAD: hue angle of 306.34º 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 #BA3FAD is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 173 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.27 |
| HSL | 306.34º | 0.49% | 0.49% | - |
| HSV(B) | 306.34º | 0.66% | 0.73% | - |
| XYZ | 29.57 | 17.01 | 41.26 | - |
| YUV | 112.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 173 | 0 | 0.66 | 0.07 | 0.27 | 306.34 | 0.49 | 0.49 |
| Hex | BA | 3F | AD | 0 | 42 | 7 | 1B | 132 | 31 | 31 |
| Octal | 272 | 77 | 255 | 0 | 102 | 7 | 33 | 462 | 61 | 61 |
| Binary | 10111010 | 111111 | 10101101 | 0 | 1000010 | 111 | 11011 | 100110010 | 110001 | 110001 |
Color Harmonies of #BA3FAD
Complementary color
Monochromatic Colors of #BA3FAD
Black with #BA3FAD
Text Example
Text Example
White with #BA3FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FAD; }
p { color: rgb(186,63,173); }
H1.HeaderClassName
{
color: #BA3FAD;
}
.AnyTagClassName
{
color: #BA3FAD;
}
</style>
background-color css
<style>
a { background-color: #BA3FAD; }
a { background-color: rgb(186,63,173); }
div.DivClassName
{
background-color: #BA3FAD;
}
.BgClassName
{
background-color: #BA3FAD;
}
</style>
border-color css
<style>
span { border-color: #BA3FAD; }
span { border-color: rgb(186,63,173); }
td.TdClassName
{
border-color: #BA3FAD;
}
.TagClassName
{
border-color: #BA3FAD;
}
</style>