Shades of Fuchsia #BA73B9
Tints of Fuchsia #BA73B9
RGB
CMYK
RGB Variations
Color information
#BA73B9 (or 0xBA73B9) is known color: Fuchsia. HEX triplet: BA, 73 and B9. RGB value is (186,115,185). Sum of RGB (Red+Green+Blue) = 186+115+185=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73B9 is #458C46. Grayscale: #909090. Windows color (decimal): -4557895 or 12153786. OLE color: 12153786.
HSL color Cylindrical-coordinate representation of color #BA73B9: hue angle of 300.85º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA73B9 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 185 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.27 |
| HSL | 300.85º | 0.34% | 0.59% | - |
| HSV(B) | 300.85º | 0.38% | 0.73% | - |
| XYZ | 35.14 | 26.2 | 49.1 | - |
| YUV | 144.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 185 | 0 | 0.38 | 0.01 | 0.27 | 300.85 | 0.34 | 0.59 |
| Hex | BA | 73 | B9 | 0 | 26 | 1 | 1B | 12D | 22 | 3B |
| Octal | 272 | 163 | 271 | 0 | 46 | 1 | 33 | 455 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10111001 | 0 | 100110 | 1 | 11011 | 100101101 | 100010 | 111011 |
Color Harmonies of #BA73B9
Complementary color
Monochromatic Colors of #BA73B9
Black with #BA73B9
Text Example
Text Example
White with #BA73B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73B9; }
p { color: rgb(186,115,185); }
H1.HeaderClassName
{
color: #BA73B9;
}
.AnyTagClassName
{
color: #BA73B9;
}
</style>
background-color css
<style>
a { background-color: #BA73B9; }
a { background-color: rgb(186,115,185); }
div.DivClassName
{
background-color: #BA73B9;
}
.BgClassName
{
background-color: #BA73B9;
}
</style>
border-color css
<style>
span { border-color: #BA73B9; }
span { border-color: rgb(186,115,185); }
td.TdClassName
{
border-color: #BA73B9;
}
.TagClassName
{
border-color: #BA73B9;
}
</style>