Shades of Fuchsia #BA30C8
Tints of Fuchsia #BA30C8
RGB
CMYK
RGB Variations
Color information
#BA30C8 (or 0xBA30C8) is known color: Fuchsia. HEX triplet: BA, 30 and C8. RGB value is (186,48,200). Sum of RGB (Red+Green+Blue) = 186+48+200=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA30C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30C8 is #45CF37. Grayscale: #6A6A6A. Windows color (decimal): -4575032 or 13119674. OLE color: 13119674.
HSL color Cylindrical-coordinate representation of color #BA30C8: hue angle of 294.47º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA30C8 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 48 | 200 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.22 |
| HSL | 294.47º | 0.61% | 0.49% | - |
| HSV(B) | 294.47º | 0.76% | 0.78% | - |
| XYZ | 31.73 | 16.72 | 56.2 | - |
| YUV | 106.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 200 | 0.07 | 0.76 | 0 | 0.22 | 294.47 | 0.61 | 0.49 |
| Hex | BA | 30 | C8 | 7 | 4C | 0 | 16 | 126 | 3D | 31 |
| Octal | 272 | 60 | 310 | 7 | 114 | 0 | 26 | 446 | 75 | 61 |
| Binary | 10111010 | 110000 | 11001000 | 111 | 1001100 | 0 | 10110 | 100100110 | 111101 | 110001 |
Color Harmonies of #BA30C8
Complementary color
Monochromatic Colors of #BA30C8
Black with #BA30C8
Text Example
Text Example
White with #BA30C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30C8; }
p { color: rgb(186,48,200); }
H1.HeaderClassName
{
color: #BA30C8;
}
.AnyTagClassName
{
color: #BA30C8;
}
</style>
background-color css
<style>
a { background-color: #BA30C8; }
a { background-color: rgb(186,48,200); }
div.DivClassName
{
background-color: #BA30C8;
}
.BgClassName
{
background-color: #BA30C8;
}
</style>
border-color css
<style>
span { border-color: #BA30C8; }
span { border-color: rgb(186,48,200); }
td.TdClassName
{
border-color: #BA30C8;
}
.TagClassName
{
border-color: #BA30C8;
}
</style>