Shades of Fuchsia #BA72BE
Tints of Fuchsia #BA72BE
RGB
CMYK
RGB Variations
Color information
#BA72BE (or 0xBA72BE) is known color: Fuchsia. HEX triplet: BA, 72 and BE. RGB value is (186,114,190). Sum of RGB (Red+Green+Blue) = 186+114+190=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72BE is #458D41. Grayscale: #8F8F8F. Windows color (decimal): -4558146 or 12481210. OLE color: 12481210.
HSL color Cylindrical-coordinate representation of color #BA72BE: hue angle of 296.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA72BE is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 114 | 190 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.25 |
| HSL | 296.84º | 0.37% | 0.6% | - |
| HSV(B) | 296.84º | 0.4% | 0.75% | - |
| XYZ | 35.56 | 26.19 | 51.9 | - |
| YUV | 144.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 190 | 0.02 | 0.40 | 0 | 0.25 | 296.84 | 0.37 | 0.6 |
| Hex | BA | 72 | BE | 2 | 28 | 0 | 19 | 129 | 25 | 3C |
| Octal | 272 | 162 | 276 | 2 | 50 | 0 | 31 | 451 | 45 | 74 |
| Binary | 10111010 | 1110010 | 10111110 | 10 | 101000 | 0 | 11001 | 100101001 | 100101 | 111100 |
Color Harmonies of #BA72BE
Complementary color
Monochromatic Colors of #BA72BE
Black with #BA72BE
Text Example
Text Example
White with #BA72BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72BE; }
p { color: rgb(186,114,190); }
H1.HeaderClassName
{
color: #BA72BE;
}
.AnyTagClassName
{
color: #BA72BE;
}
</style>
background-color css
<style>
a { background-color: #BA72BE; }
a { background-color: rgb(186,114,190); }
div.DivClassName
{
background-color: #BA72BE;
}
.BgClassName
{
background-color: #BA72BE;
}
</style>
border-color css
<style>
span { border-color: #BA72BE; }
span { border-color: rgb(186,114,190); }
td.TdClassName
{
border-color: #BA72BE;
}
.TagClassName
{
border-color: #BA72BE;
}
</style>