Shades of Fuchsia #BA28B7
Tints of Fuchsia #BA28B7
RGB
CMYK
RGB Variations
Color information
#BA28B7 (or 0xBA28B7) is known color: Fuchsia. HEX triplet: BA, 28 and B7. RGB value is (186,40,183). Sum of RGB (Red+Green+Blue) = 186+40+183=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28B7 is #45D748. Grayscale: #636363. Windows color (decimal): -4577097 or 12003514. OLE color: 12003514.
HSL color Cylindrical-coordinate representation of color #BA28B7: hue angle of 301.23º 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 #BA28B7 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 183 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.27 |
| HSL | 301.23º | 0.65% | 0.44% | - |
| HSV(B) | 301.23º | 0.78% | 0.73% | - |
| XYZ | 29.56 | 15.38 | 46.21 | - |
| YUV | 99.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 183 | 0 | 0.78 | 0.02 | 0.27 | 301.23 | 0.65 | 0.44 |
| Hex | BA | 28 | B7 | 0 | 4E | 2 | 1B | 12D | 41 | 2C |
| Octal | 272 | 50 | 267 | 0 | 116 | 2 | 33 | 455 | 101 | 54 |
| Binary | 10111010 | 101000 | 10110111 | 0 | 1001110 | 10 | 11011 | 100101101 | 1000001 | 101100 |
Color Harmonies of #BA28B7
Complementary color
Monochromatic Colors of #BA28B7
Black with #BA28B7
Text Example
Text Example
White with #BA28B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28B7; }
p { color: rgb(186,40,183); }
H1.HeaderClassName
{
color: #BA28B7;
}
.AnyTagClassName
{
color: #BA28B7;
}
</style>
background-color css
<style>
a { background-color: #BA28B7; }
a { background-color: rgb(186,40,183); }
div.DivClassName
{
background-color: #BA28B7;
}
.BgClassName
{
background-color: #BA28B7;
}
</style>
border-color css
<style>
span { border-color: #BA28B7; }
span { border-color: rgb(186,40,183); }
td.TdClassName
{
border-color: #BA28B7;
}
.TagClassName
{
border-color: #BA28B7;
}
</style>