Shades of Fuchsia #BA30AC
Tints of Fuchsia #BA30AC
RGB
CMYK
RGB Variations
Color information
#BA30AC (or 0xBA30AC) is known color: Fuchsia. HEX triplet: BA, 30 and AC. RGB value is (186,48,172). Sum of RGB (Red+Green+Blue) = 186+48+172=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30AC is #45CF53. Grayscale: #676767. Windows color (decimal): -4575060 or 11284666. OLE color: 11284666.
HSL color Cylindrical-coordinate representation of color #BA30AC: hue angle of 306.09º 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 #BA30AC is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 172 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.27 |
| HSL | 306.09º | 0.59% | 0.46% | - |
| HSV(B) | 306.09º | 0.74% | 0.73% | - |
| XYZ | 28.75 | 15.53 | 40.51 | - |
| YUV | 103.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 172 | 0 | 0.74 | 0.08 | 0.27 | 306.09 | 0.59 | 0.46 |
| Hex | BA | 30 | AC | 0 | 4A | 8 | 1B | 132 | 3B | 2E |
| Octal | 272 | 60 | 254 | 0 | 112 | 10 | 33 | 462 | 73 | 56 |
| Binary | 10111010 | 110000 | 10101100 | 0 | 1001010 | 1000 | 11011 | 100110010 | 111011 | 101110 |
Color Harmonies of #BA30AC
Complementary color
Monochromatic Colors of #BA30AC
Black with #BA30AC
Text Example
Text Example
White with #BA30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30AC; }
p { color: rgb(186,48,172); }
H1.HeaderClassName
{
color: #BA30AC;
}
.AnyTagClassName
{
color: #BA30AC;
}
</style>
background-color css
<style>
a { background-color: #BA30AC; }
a { background-color: rgb(186,48,172); }
div.DivClassName
{
background-color: #BA30AC;
}
.BgClassName
{
background-color: #BA30AC;
}
</style>
border-color css
<style>
span { border-color: #BA30AC; }
span { border-color: rgb(186,48,172); }
td.TdClassName
{
border-color: #BA30AC;
}
.TagClassName
{
border-color: #BA30AC;
}
</style>