Shades of Fuchsia #BA30B7
Tints of Fuchsia #BA30B7
RGB
CMYK
RGB Variations
Color information
#BA30B7 (or 0xBA30B7) is known color: Fuchsia. HEX triplet: BA, 30 and B7. RGB value is (186,48,183). Sum of RGB (Red+Green+Blue) = 186+48+183=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30B7 is #45CF48. Grayscale: #686868. Windows color (decimal): -4575049 or 12005562. OLE color: 12005562.
HSL color Cylindrical-coordinate representation of color #BA30B7: hue angle of 301.3º 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 #BA30B7 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 183 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.27 |
| HSL | 301.3º | 0.59% | 0.46% | - |
| HSV(B) | 301.3º | 0.74% | 0.73% | - |
| XYZ | 29.85 | 15.97 | 46.31 | - |
| YUV | 104.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 183 | 0 | 0.74 | 0.02 | 0.27 | 301.3 | 0.59 | 0.46 |
| Hex | BA | 30 | B7 | 0 | 4A | 2 | 1B | 12D | 3B | 2E |
| Octal | 272 | 60 | 267 | 0 | 112 | 2 | 33 | 455 | 73 | 56 |
| Binary | 10111010 | 110000 | 10110111 | 0 | 1001010 | 10 | 11011 | 100101101 | 111011 | 101110 |
Color Harmonies of #BA30B7
Complementary color
Monochromatic Colors of #BA30B7
Black with #BA30B7
Text Example
Text Example
White with #BA30B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30B7; }
p { color: rgb(186,48,183); }
H1.HeaderClassName
{
color: #BA30B7;
}
.AnyTagClassName
{
color: #BA30B7;
}
</style>
background-color css
<style>
a { background-color: #BA30B7; }
a { background-color: rgb(186,48,183); }
div.DivClassName
{
background-color: #BA30B7;
}
.BgClassName
{
background-color: #BA30B7;
}
</style>
border-color css
<style>
span { border-color: #BA30B7; }
span { border-color: rgb(186,48,183); }
td.TdClassName
{
border-color: #BA30B7;
}
.TagClassName
{
border-color: #BA30B7;
}
</style>