Shades of Fuchsia #BA30C4
Tints of Fuchsia #BA30C4
RGB
CMYK
RGB Variations
Color information
#BA30C4 (or 0xBA30C4) is known color: Fuchsia. HEX triplet: BA, 30 and C4. RGB value is (186,48,196). Sum of RGB (Red+Green+Blue) = 186+48+196=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA30C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30C4 is #45CF3B. Grayscale: #696969. Windows color (decimal): -4575036 or 12857530. OLE color: 12857530.
HSL color Cylindrical-coordinate representation of color #BA30C4: hue angle of 295.95º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA30C4 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 48 | 196 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.23 |
| HSL | 295.95º | 0.61% | 0.48% | - |
| HSV(B) | 295.95º | 0.76% | 0.77% | - |
| XYZ | 31.27 | 16.54 | 53.77 | - |
| YUV | 106.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 196 | 0.05 | 0.76 | 0 | 0.23 | 295.95 | 0.61 | 0.48 |
| Hex | BA | 30 | C4 | 5 | 4C | 0 | 17 | 128 | 3D | 30 |
| Octal | 272 | 60 | 304 | 5 | 114 | 0 | 27 | 450 | 75 | 60 |
| Binary | 10111010 | 110000 | 11000100 | 101 | 1001100 | 0 | 10111 | 100101000 | 111101 | 110000 |
Color Harmonies of #BA30C4
Complementary color
Monochromatic Colors of #BA30C4
Black with #BA30C4
Text Example
Text Example
White with #BA30C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30C4; }
p { color: rgb(186,48,196); }
H1.HeaderClassName
{
color: #BA30C4;
}
.AnyTagClassName
{
color: #BA30C4;
}
</style>
background-color css
<style>
a { background-color: #BA30C4; }
a { background-color: rgb(186,48,196); }
div.DivClassName
{
background-color: #BA30C4;
}
.BgClassName
{
background-color: #BA30C4;
}
</style>
border-color css
<style>
span { border-color: #BA30C4; }
span { border-color: rgb(186,48,196); }
td.TdClassName
{
border-color: #BA30C4;
}
.TagClassName
{
border-color: #BA30C4;
}
</style>