Shades of Fuchsia #BA73B3
Tints of Fuchsia #BA73B3
RGB
CMYK
RGB Variations
Color information
#BA73B3 (or 0xBA73B3) is known color: Fuchsia. HEX triplet: BA, 73 and B3. RGB value is (186,115,179). Sum of RGB (Red+Green+Blue) = 186+115+179=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73B3 is #458C4C. Grayscale: #8F8F8F. Windows color (decimal): -4557901 or 11760570. OLE color: 11760570.
HSL color Cylindrical-coordinate representation of color #BA73B3: hue angle of 305.92º 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 #BA73B3 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 179 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.27 |
| HSL | 305.92º | 0.34% | 0.59% | - |
| HSV(B) | 305.92º | 0.38% | 0.73% | - |
| XYZ | 34.52 | 25.96 | 45.84 | - |
| YUV | 143.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 179 | 0 | 0.38 | 0.04 | 0.27 | 305.92 | 0.34 | 0.59 |
| Hex | BA | 73 | B3 | 0 | 26 | 4 | 1B | 132 | 22 | 3B |
| Octal | 272 | 163 | 263 | 0 | 46 | 4 | 33 | 462 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10110011 | 0 | 100110 | 100 | 11011 | 100110010 | 100010 | 111011 |
Color Harmonies of #BA73B3
Complementary color
Monochromatic Colors of #BA73B3
Black with #BA73B3
Text Example
Text Example
White with #BA73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73B3; }
p { color: rgb(186,115,179); }
H1.HeaderClassName
{
color: #BA73B3;
}
.AnyTagClassName
{
color: #BA73B3;
}
</style>
background-color css
<style>
a { background-color: #BA73B3; }
a { background-color: rgb(186,115,179); }
div.DivClassName
{
background-color: #BA73B3;
}
.BgClassName
{
background-color: #BA73B3;
}
</style>
border-color css
<style>
span { border-color: #BA73B3; }
span { border-color: rgb(186,115,179); }
td.TdClassName
{
border-color: #BA73B3;
}
.TagClassName
{
border-color: #BA73B3;
}
</style>