Shades of Fuchsia #BA30C6
Tints of Fuchsia #BA30C6
RGB
CMYK
RGB Variations
Color information
#BA30C6 (or 0xBA30C6) is known color: Fuchsia. HEX triplet: BA, 30 and C6. RGB value is (186,48,198). Sum of RGB (Red+Green+Blue) = 186+48+198=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA30C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30C6 is #45CF39. Grayscale: #696969. Windows color (decimal): -4575034 or 12988602. OLE color: 12988602.
HSL color Cylindrical-coordinate representation of color #BA30C6: hue angle of 295.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA30C6 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 48 | 198 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.22 |
| HSL | 295.2º | 0.61% | 0.48% | - |
| HSV(B) | 295.2º | 0.76% | 0.78% | - |
| XYZ | 31.5 | 16.63 | 54.98 | - |
| YUV | 106.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 198 | 0.06 | 0.76 | 0 | 0.22 | 295.2 | 0.61 | 0.48 |
| Hex | BA | 30 | C6 | 6 | 4C | 0 | 16 | 127 | 3D | 30 |
| Octal | 272 | 60 | 306 | 6 | 114 | 0 | 26 | 447 | 75 | 60 |
| Binary | 10111010 | 110000 | 11000110 | 110 | 1001100 | 0 | 10110 | 100100111 | 111101 | 110000 |
Color Harmonies of #BA30C6
Complementary color
Monochromatic Colors of #BA30C6
Black with #BA30C6
Text Example
Text Example
White with #BA30C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30C6; }
p { color: rgb(186,48,198); }
H1.HeaderClassName
{
color: #BA30C6;
}
.AnyTagClassName
{
color: #BA30C6;
}
</style>
background-color css
<style>
a { background-color: #BA30C6; }
a { background-color: rgb(186,48,198); }
div.DivClassName
{
background-color: #BA30C6;
}
.BgClassName
{
background-color: #BA30C6;
}
</style>
border-color css
<style>
span { border-color: #BA30C6; }
span { border-color: rgb(186,48,198); }
td.TdClassName
{
border-color: #BA30C6;
}
.TagClassName
{
border-color: #BA30C6;
}
</style>