Shades of Fuchsia #BA30B9
Tints of Fuchsia #BA30B9
RGB
CMYK
RGB Variations
Color information
#BA30B9 (or 0xBA30B9) is known color: Fuchsia. HEX triplet: BA, 30 and B9. RGB value is (186,48,185). Sum of RGB (Red+Green+Blue) = 186+48+185=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30B9 is #45CF46. Grayscale: #686868. Windows color (decimal): -4575047 or 12136634. OLE color: 12136634.
HSL color Cylindrical-coordinate representation of color #BA30B9: hue angle of 300.43º 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 #BA30B9 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 185 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.27 |
| HSL | 300.43º | 0.59% | 0.46% | - |
| HSV(B) | 300.43º | 0.74% | 0.73% | - |
| XYZ | 30.06 | 16.06 | 47.41 | - |
| YUV | 104.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 185 | 0 | 0.74 | 0.01 | 0.27 | 300.43 | 0.59 | 0.46 |
| Hex | BA | 30 | B9 | 0 | 4A | 1 | 1B | 12C | 3B | 2E |
| Octal | 272 | 60 | 271 | 0 | 112 | 1 | 33 | 454 | 73 | 56 |
| Binary | 10111010 | 110000 | 10111001 | 0 | 1001010 | 1 | 11011 | 100101100 | 111011 | 101110 |
Color Harmonies of #BA30B9
Complementary color
Monochromatic Colors of #BA30B9
Black with #BA30B9
Text Example
Text Example
White with #BA30B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30B9; }
p { color: rgb(186,48,185); }
H1.HeaderClassName
{
color: #BA30B9;
}
.AnyTagClassName
{
color: #BA30B9;
}
</style>
background-color css
<style>
a { background-color: #BA30B9; }
a { background-color: rgb(186,48,185); }
div.DivClassName
{
background-color: #BA30B9;
}
.BgClassName
{
background-color: #BA30B9;
}
</style>
border-color css
<style>
span { border-color: #BA30B9; }
span { border-color: rgb(186,48,185); }
td.TdClassName
{
border-color: #BA30B9;
}
.TagClassName
{
border-color: #BA30B9;
}
</style>