Shades of Fuchsia #BA30C3
Tints of Fuchsia #BA30C3
RGB
CMYK
RGB Variations
Color information
#BA30C3 (or 0xBA30C3) is known color: Fuchsia. HEX triplet: BA, 30 and C3. RGB value is (186,48,195). Sum of RGB (Red+Green+Blue) = 186+48+195=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA30C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30C3 is #45CF3C. Grayscale: #696969. Windows color (decimal): -4575037 or 12791994. OLE color: 12791994.
HSL color Cylindrical-coordinate representation of color #BA30C3: hue angle of 296.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA30C3 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 48 | 195 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.24 |
| HSL | 296.33º | 0.6% | 0.48% | - |
| HSV(B) | 296.33º | 0.75% | 0.76% | - |
| XYZ | 31.16 | 16.49 | 53.17 | - |
| YUV | 106.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 195 | 0.05 | 0.75 | 0 | 0.24 | 296.33 | 0.6 | 0.48 |
| Hex | BA | 30 | C3 | 5 | 4B | 0 | 18 | 128 | 3C | 30 |
| Octal | 272 | 60 | 303 | 5 | 113 | 0 | 30 | 450 | 74 | 60 |
| Binary | 10111010 | 110000 | 11000011 | 101 | 1001011 | 0 | 11000 | 100101000 | 111100 | 110000 |
Color Harmonies of #BA30C3
Complementary color
Monochromatic Colors of #BA30C3
Black with #BA30C3
Text Example
Text Example
White with #BA30C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30C3; }
p { color: rgb(186,48,195); }
H1.HeaderClassName
{
color: #BA30C3;
}
.AnyTagClassName
{
color: #BA30C3;
}
</style>
background-color css
<style>
a { background-color: #BA30C3; }
a { background-color: rgb(186,48,195); }
div.DivClassName
{
background-color: #BA30C3;
}
.BgClassName
{
background-color: #BA30C3;
}
</style>
border-color css
<style>
span { border-color: #BA30C3; }
span { border-color: rgb(186,48,195); }
td.TdClassName
{
border-color: #BA30C3;
}
.TagClassName
{
border-color: #BA30C3;
}
</style>