Shades of Fuchsia #BA30C0
Tints of Fuchsia #BA30C0
RGB
CMYK
RGB Variations
Color information
#BA30C0 (or 0xBA30C0) is known color: Fuchsia. HEX triplet: BA, 30 and C0. RGB value is (186,48,192). Sum of RGB (Red+Green+Blue) = 186+48+192=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA30C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30C0 is #45CF3F. Grayscale: #696969. Windows color (decimal): -4575040 or 12595386. OLE color: 12595386.
HSL color Cylindrical-coordinate representation of color #BA30C0: hue angle of 297.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA30C0 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 48 | 192 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.25 |
| HSL | 297.5º | 0.6% | 0.47% | - |
| HSV(B) | 297.5º | 0.75% | 0.75% | - |
| XYZ | 30.82 | 16.36 | 51.4 | - |
| YUV | 105.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 192 | 0.03 | 0.75 | 0 | 0.25 | 297.5 | 0.6 | 0.47 |
| Hex | BA | 30 | C0 | 3 | 4B | 0 | 19 | 12A | 3C | 2F |
| Octal | 272 | 60 | 300 | 3 | 113 | 0 | 31 | 452 | 74 | 57 |
| Binary | 10111010 | 110000 | 11000000 | 11 | 1001011 | 0 | 11001 | 100101010 | 111100 | 101111 |
Color Harmonies of #BA30C0
Complementary color
Monochromatic Colors of #BA30C0
Black with #BA30C0
Text Example
Text Example
White with #BA30C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30C0; }
p { color: rgb(186,48,192); }
H1.HeaderClassName
{
color: #BA30C0;
}
.AnyTagClassName
{
color: #BA30C0;
}
</style>
background-color css
<style>
a { background-color: #BA30C0; }
a { background-color: rgb(186,48,192); }
div.DivClassName
{
background-color: #BA30C0;
}
.BgClassName
{
background-color: #BA30C0;
}
</style>
border-color css
<style>
span { border-color: #BA30C0; }
span { border-color: rgb(186,48,192); }
td.TdClassName
{
border-color: #BA30C0;
}
.TagClassName
{
border-color: #BA30C0;
}
</style>