Shades of Fuchsia #BA28B0
Tints of Fuchsia #BA28B0
RGB
CMYK
RGB Variations
Color information
#BA28B0 (or 0xBA28B0) is known color: Fuchsia. HEX triplet: BA, 28 and B0. RGB value is (186,40,176). Sum of RGB (Red+Green+Blue) = 186+40+176=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA28B0 is #45D74F. Grayscale: #626262. Windows color (decimal): -4577104 or 11544762. OLE color: 11544762.
HSL color Cylindrical-coordinate representation of color #BA28B0: hue angle of 304.11º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA28B0 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 176 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.27 |
| HSL | 304.11º | 0.65% | 0.44% | - |
| HSV(B) | 304.11º | 0.78% | 0.73% | - |
| XYZ | 28.84 | 15.09 | 42.47 | - |
| YUV | 99.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 176 | 0 | 0.78 | 0.05 | 0.27 | 304.11 | 0.65 | 0.44 |
| Hex | BA | 28 | B0 | 0 | 4E | 5 | 1B | 130 | 41 | 2C |
| Octal | 272 | 50 | 260 | 0 | 116 | 5 | 33 | 460 | 101 | 54 |
| Binary | 10111010 | 101000 | 10110000 | 0 | 1001110 | 101 | 11011 | 100110000 | 1000001 | 101100 |
Color Harmonies of #BA28B0
Complementary color
Monochromatic Colors of #BA28B0
Black with #BA28B0
Text Example
Text Example
White with #BA28B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28B0; }
p { color: rgb(186,40,176); }
H1.HeaderClassName
{
color: #BA28B0;
}
.AnyTagClassName
{
color: #BA28B0;
}
</style>
background-color css
<style>
a { background-color: #BA28B0; }
a { background-color: rgb(186,40,176); }
div.DivClassName
{
background-color: #BA28B0;
}
.BgClassName
{
background-color: #BA28B0;
}
</style>
border-color css
<style>
span { border-color: #BA28B0; }
span { border-color: rgb(186,40,176); }
td.TdClassName
{
border-color: #BA28B0;
}
.TagClassName
{
border-color: #BA28B0;
}
</style>