Shades of Fuchsia #BA30BD
Tints of Fuchsia #BA30BD
RGB
CMYK
RGB Variations
Color information
#BA30BD (or 0xBA30BD) is known color: Fuchsia. HEX triplet: BA, 30 and BD. RGB value is (186,48,189). Sum of RGB (Red+Green+Blue) = 186+48+189=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA30BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30BD is #45CF42. Grayscale: #686868. Windows color (decimal): -4575043 or 12398778. OLE color: 12398778.
HSL color Cylindrical-coordinate representation of color #BA30BD: hue angle of 298.72º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA30BD is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 48 | 189 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.26 |
| HSL | 298.72º | 0.59% | 0.46% | - |
| HSV(B) | 298.72º | 0.75% | 0.74% | - |
| XYZ | 30.49 | 16.23 | 49.67 | - |
| YUV | 105.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 189 | 0.02 | 0.75 | 0 | 0.26 | 298.72 | 0.59 | 0.46 |
| Hex | BA | 30 | BD | 2 | 4B | 0 | 1A | 12B | 3B | 2E |
| Octal | 272 | 60 | 275 | 2 | 113 | 0 | 32 | 453 | 73 | 56 |
| Binary | 10111010 | 110000 | 10111101 | 10 | 1001011 | 0 | 11010 | 100101011 | 111011 | 101110 |
Color Harmonies of #BA30BD
Complementary color
Monochromatic Colors of #BA30BD
Black with #BA30BD
Text Example
Text Example
White with #BA30BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30BD; }
p { color: rgb(186,48,189); }
H1.HeaderClassName
{
color: #BA30BD;
}
.AnyTagClassName
{
color: #BA30BD;
}
</style>
background-color css
<style>
a { background-color: #BA30BD; }
a { background-color: rgb(186,48,189); }
div.DivClassName
{
background-color: #BA30BD;
}
.BgClassName
{
background-color: #BA30BD;
}
</style>
border-color css
<style>
span { border-color: #BA30BD; }
span { border-color: rgb(186,48,189); }
td.TdClassName
{
border-color: #BA30BD;
}
.TagClassName
{
border-color: #BA30BD;
}
</style>