Shades of Fuchsia #BA73BF
Tints of Fuchsia #BA73BF
RGB
CMYK
RGB Variations
Color information
#BA73BF (or 0xBA73BF) is known color: Fuchsia. HEX triplet: BA, 73 and BF. RGB value is (186,115,191). Sum of RGB (Red+Green+Blue) = 186+115+191=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73BF is #458C40. Grayscale: #909090. Windows color (decimal): -4557889 or 12547002. OLE color: 12547002.
HSL color Cylindrical-coordinate representation of color #BA73BF: hue angle of 296.05º 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 #BA73BF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 115 | 191 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.25 |
| HSL | 296.05º | 0.37% | 0.6% | - |
| HSV(B) | 296.05º | 0.4% | 0.75% | - |
| XYZ | 35.78 | 26.46 | 52.51 | - |
| YUV | 144.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 191 | 0.03 | 0.40 | 0 | 0.25 | 296.05 | 0.37 | 0.6 |
| Hex | BA | 73 | BF | 3 | 28 | 0 | 19 | 128 | 25 | 3C |
| Octal | 272 | 163 | 277 | 3 | 50 | 0 | 31 | 450 | 45 | 74 |
| Binary | 10111010 | 1110011 | 10111111 | 11 | 101000 | 0 | 11001 | 100101000 | 100101 | 111100 |
Color Harmonies of #BA73BF
Complementary color
Monochromatic Colors of #BA73BF
Black with #BA73BF
Text Example
Text Example
White with #BA73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73BF; }
p { color: rgb(186,115,191); }
H1.HeaderClassName
{
color: #BA73BF;
}
.AnyTagClassName
{
color: #BA73BF;
}
</style>
background-color css
<style>
a { background-color: #BA73BF; }
a { background-color: rgb(186,115,191); }
div.DivClassName
{
background-color: #BA73BF;
}
.BgClassName
{
background-color: #BA73BF;
}
</style>
border-color css
<style>
span { border-color: #BA73BF; }
span { border-color: rgb(186,115,191); }
td.TdClassName
{
border-color: #BA73BF;
}
.TagClassName
{
border-color: #BA73BF;
}
</style>