Shades of Fuchsia #BA73B4
Tints of Fuchsia #BA73B4
RGB
CMYK
RGB Variations
Color information
#BA73B4 (or 0xBA73B4) is known color: Fuchsia. HEX triplet: BA, 73 and B4. RGB value is (186,115,180). Sum of RGB (Red+Green+Blue) = 186+115+180=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73B4 is #458C4B. Grayscale: #8F8F8F. Windows color (decimal): -4557900 or 11826106. OLE color: 11826106.
HSL color Cylindrical-coordinate representation of color #BA73B4: hue angle of 305.07º 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 #BA73B4 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 180 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.27 |
| HSL | 305.07º | 0.34% | 0.59% | - |
| HSV(B) | 305.07º | 0.38% | 0.73% | - |
| XYZ | 34.62 | 26 | 46.37 | - |
| YUV | 143.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 180 | 0 | 0.38 | 0.03 | 0.27 | 305.07 | 0.34 | 0.59 |
| Hex | BA | 73 | B4 | 0 | 26 | 3 | 1B | 131 | 22 | 3B |
| Octal | 272 | 163 | 264 | 0 | 46 | 3 | 33 | 461 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10110100 | 0 | 100110 | 11 | 11011 | 100110001 | 100010 | 111011 |
Color Harmonies of #BA73B4
Complementary color
Monochromatic Colors of #BA73B4
Black with #BA73B4
Text Example
Text Example
White with #BA73B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73B4; }
p { color: rgb(186,115,180); }
H1.HeaderClassName
{
color: #BA73B4;
}
.AnyTagClassName
{
color: #BA73B4;
}
</style>
background-color css
<style>
a { background-color: #BA73B4; }
a { background-color: rgb(186,115,180); }
div.DivClassName
{
background-color: #BA73B4;
}
.BgClassName
{
background-color: #BA73B4;
}
</style>
border-color css
<style>
span { border-color: #BA73B4; }
span { border-color: rgb(186,115,180); }
td.TdClassName
{
border-color: #BA73B4;
}
.TagClassName
{
border-color: #BA73B4;
}
</style>