Shades of Fuchsia #BA30AF
Tints of Fuchsia #BA30AF
RGB
CMYK
RGB Variations
Color information
#BA30AF (or 0xBA30AF) is known color: Fuchsia. HEX triplet: BA, 30 and AF. RGB value is (186,48,175). Sum of RGB (Red+Green+Blue) = 186+48+175=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30AF is #45CF50. Grayscale: #676767. Windows color (decimal): -4575057 or 11481274. OLE color: 11481274.
HSL color Cylindrical-coordinate representation of color #BA30AF: hue angle of 304.78º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA30AF is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 175 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.27 |
| HSL | 304.78º | 0.59% | 0.46% | - |
| HSV(B) | 304.78º | 0.74% | 0.73% | - |
| XYZ | 29.04 | 15.65 | 42.05 | - |
| YUV | 103.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 175 | 0 | 0.74 | 0.06 | 0.27 | 304.78 | 0.59 | 0.46 |
| Hex | BA | 30 | AF | 0 | 4A | 6 | 1B | 131 | 3B | 2E |
| Octal | 272 | 60 | 257 | 0 | 112 | 6 | 33 | 461 | 73 | 56 |
| Binary | 10111010 | 110000 | 10101111 | 0 | 1001010 | 110 | 11011 | 100110001 | 111011 | 101110 |
Color Harmonies of #BA30AF
Complementary color
Monochromatic Colors of #BA30AF
Black with #BA30AF
Text Example
Text Example
White with #BA30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30AF; }
p { color: rgb(186,48,175); }
H1.HeaderClassName
{
color: #BA30AF;
}
.AnyTagClassName
{
color: #BA30AF;
}
</style>
background-color css
<style>
a { background-color: #BA30AF; }
a { background-color: rgb(186,48,175); }
div.DivClassName
{
background-color: #BA30AF;
}
.BgClassName
{
background-color: #BA30AF;
}
</style>
border-color css
<style>
span { border-color: #BA30AF; }
span { border-color: rgb(186,48,175); }
td.TdClassName
{
border-color: #BA30AF;
}
.TagClassName
{
border-color: #BA30AF;
}
</style>