Shades of Fuchsia #BA30B1
Tints of Fuchsia #BA30B1
RGB
CMYK
RGB Variations
Color information
#BA30B1 (or 0xBA30B1) is known color: Fuchsia. HEX triplet: BA, 30 and B1. RGB value is (186,48,177). Sum of RGB (Red+Green+Blue) = 186+48+177=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30B1 is #45CF4E. Grayscale: #676767. Windows color (decimal): -4575055 or 11612346. OLE color: 11612346.
HSL color Cylindrical-coordinate representation of color #BA30B1: hue angle of 303.91º 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 #BA30B1 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 177 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.27 |
| HSL | 303.91º | 0.59% | 0.46% | - |
| HSV(B) | 303.91º | 0.74% | 0.73% | - |
| XYZ | 29.24 | 15.73 | 43.09 | - |
| YUV | 103.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 177 | 0 | 0.74 | 0.05 | 0.27 | 303.91 | 0.59 | 0.46 |
| Hex | BA | 30 | B1 | 0 | 4A | 5 | 1B | 130 | 3B | 2E |
| Octal | 272 | 60 | 261 | 0 | 112 | 5 | 33 | 460 | 73 | 56 |
| Binary | 10111010 | 110000 | 10110001 | 0 | 1001010 | 101 | 11011 | 100110000 | 111011 | 101110 |
Color Harmonies of #BA30B1
Complementary color
Monochromatic Colors of #BA30B1
Black with #BA30B1
Text Example
Text Example
White with #BA30B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30B1; }
p { color: rgb(186,48,177); }
H1.HeaderClassName
{
color: #BA30B1;
}
.AnyTagClassName
{
color: #BA30B1;
}
</style>
background-color css
<style>
a { background-color: #BA30B1; }
a { background-color: rgb(186,48,177); }
div.DivClassName
{
background-color: #BA30B1;
}
.BgClassName
{
background-color: #BA30B1;
}
</style>
border-color css
<style>
span { border-color: #BA30B1; }
span { border-color: rgb(186,48,177); }
td.TdClassName
{
border-color: #BA30B1;
}
.TagClassName
{
border-color: #BA30B1;
}
</style>