Shades of Fuchsia #BA3DAF
Tints of Fuchsia #BA3DAF
RGB
CMYK
RGB Variations
Color information
#BA3DAF (or 0xBA3DAF) is known color: Fuchsia. HEX triplet: BA, 3D and AF. RGB value is (186,61,175). Sum of RGB (Red+Green+Blue) = 186+61+175=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3DAF is #45C250. Grayscale: #6F6F6F. Windows color (decimal): -4571729 or 11484602. OLE color: 11484602.
HSL color Cylindrical-coordinate representation of color #BA3DAF: hue angle of 305.28º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3DAF is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 175 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.27 |
| HSL | 305.28º | 0.51% | 0.48% | - |
| HSV(B) | 305.28º | 0.67% | 0.73% | - |
| XYZ | 29.66 | 16.87 | 42.25 | - |
| YUV | 111.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 175 | 0 | 0.67 | 0.06 | 0.27 | 305.28 | 0.51 | 0.48 |
| Hex | BA | 3D | AF | 0 | 43 | 6 | 1B | 131 | 33 | 30 |
| Octal | 272 | 75 | 257 | 0 | 103 | 6 | 33 | 461 | 63 | 60 |
| Binary | 10111010 | 111101 | 10101111 | 0 | 1000011 | 110 | 11011 | 100110001 | 110011 | 110000 |
Color Harmonies of #BA3DAF
Complementary color
Monochromatic Colors of #BA3DAF
Black with #BA3DAF
Text Example
Text Example
White with #BA3DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DAF; }
p { color: rgb(186,61,175); }
H1.HeaderClassName
{
color: #BA3DAF;
}
.AnyTagClassName
{
color: #BA3DAF;
}
</style>
background-color css
<style>
a { background-color: #BA3DAF; }
a { background-color: rgb(186,61,175); }
div.DivClassName
{
background-color: #BA3DAF;
}
.BgClassName
{
background-color: #BA3DAF;
}
</style>
border-color css
<style>
span { border-color: #BA3DAF; }
span { border-color: rgb(186,61,175); }
td.TdClassName
{
border-color: #BA3DAF;
}
.TagClassName
{
border-color: #BA3DAF;
}
</style>