Shades of Fuchsia #BA28B9
Tints of Fuchsia #BA28B9
RGB
CMYK
RGB Variations
Color information
#BA28B9 (or 0xBA28B9) is known color: Fuchsia. HEX triplet: BA, 28 and B9. RGB value is (186,40,185). Sum of RGB (Red+Green+Blue) = 186+40+185=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28B9 is #45D746. Grayscale: #636363. Windows color (decimal): -4577095 or 12134586. OLE color: 12134586.
HSL color Cylindrical-coordinate representation of color #BA28B9: hue angle of 300.41º 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 #BA28B9 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 185 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.27 |
| HSL | 300.41º | 0.65% | 0.44% | - |
| HSV(B) | 300.41º | 0.78% | 0.73% | - |
| XYZ | 29.77 | 15.46 | 47.31 | - |
| YUV | 100.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 185 | 0 | 0.78 | 0.01 | 0.27 | 300.41 | 0.65 | 0.44 |
| Hex | BA | 28 | B9 | 0 | 4E | 1 | 1B | 12C | 41 | 2C |
| Octal | 272 | 50 | 271 | 0 | 116 | 1 | 33 | 454 | 101 | 54 |
| Binary | 10111010 | 101000 | 10111001 | 0 | 1001110 | 1 | 11011 | 100101100 | 1000001 | 101100 |
Color Harmonies of #BA28B9
Complementary color
Monochromatic Colors of #BA28B9
Black with #BA28B9
Text Example
Text Example
White with #BA28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28B9; }
p { color: rgb(186,40,185); }
H1.HeaderClassName
{
color: #BA28B9;
}
.AnyTagClassName
{
color: #BA28B9;
}
</style>
background-color css
<style>
a { background-color: #BA28B9; }
a { background-color: rgb(186,40,185); }
div.DivClassName
{
background-color: #BA28B9;
}
.BgClassName
{
background-color: #BA28B9;
}
</style>
border-color css
<style>
span { border-color: #BA28B9; }
span { border-color: rgb(186,40,185); }
td.TdClassName
{
border-color: #BA28B9;
}
.TagClassName
{
border-color: #BA28B9;
}
</style>