Shades of Fuchsia #BA2DB7
Tints of Fuchsia #BA2DB7
RGB
CMYK
RGB Variations
Color information
#BA2DB7 (or 0xBA2DB7) is known color: Fuchsia. HEX triplet: BA, 2D and B7. RGB value is (186,45,183). Sum of RGB (Red+Green+Blue) = 186+45+183=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DB7 is #45D248. Grayscale: #666666. Windows color (decimal): -4575817 or 12004794. OLE color: 12004794.
HSL color Cylindrical-coordinate representation of color #BA2DB7: hue angle of 301.28º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2DB7 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 183 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.27 |
| HSL | 301.28º | 0.61% | 0.45% | - |
| HSV(B) | 301.28º | 0.76% | 0.73% | - |
| XYZ | 29.74 | 15.73 | 46.27 | - |
| YUV | 102.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 183 | 0 | 0.76 | 0.02 | 0.27 | 301.28 | 0.61 | 0.45 |
| Hex | BA | 2D | B7 | 0 | 4C | 2 | 1B | 12D | 3D | 2D |
| Octal | 272 | 55 | 267 | 0 | 114 | 2 | 33 | 455 | 75 | 55 |
| Binary | 10111010 | 101101 | 10110111 | 0 | 1001100 | 10 | 11011 | 100101101 | 111101 | 101101 |
Color Harmonies of #BA2DB7
Complementary color
Monochromatic Colors of #BA2DB7
Black with #BA2DB7
Text Example
Text Example
White with #BA2DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DB7; }
p { color: rgb(186,45,183); }
H1.HeaderClassName
{
color: #BA2DB7;
}
.AnyTagClassName
{
color: #BA2DB7;
}
</style>
background-color css
<style>
a { background-color: #BA2DB7; }
a { background-color: rgb(186,45,183); }
div.DivClassName
{
background-color: #BA2DB7;
}
.BgClassName
{
background-color: #BA2DB7;
}
</style>
border-color css
<style>
span { border-color: #BA2DB7; }
span { border-color: rgb(186,45,183); }
td.TdClassName
{
border-color: #BA2DB7;
}
.TagClassName
{
border-color: #BA2DB7;
}
</style>