Shades of Fuchsia #BA45AD
Tints of Fuchsia #BA45AD
RGB
CMYK
RGB Variations
Color information
#BA45AD (or 0xBA45AD) is known color: Fuchsia. HEX triplet: BA, 45 and AD. RGB value is (186,69,173). Sum of RGB (Red+Green+Blue) = 186+69+173=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA45AD is #45BA52. Grayscale: #737373. Windows color (decimal): -4569683 or 11355578. OLE color: 11355578.
HSL color Cylindrical-coordinate representation of color #BA45AD: hue angle of 306.67º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA45AD is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 173 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.27 |
| HSL | 306.67º | 0.46% | 0.5% | - |
| HSV(B) | 306.67º | 0.63% | 0.73% | - |
| XYZ | 29.92 | 17.71 | 41.38 | - |
| YUV | 115.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 173 | 0 | 0.63 | 0.07 | 0.27 | 306.67 | 0.46 | 0.5 |
| Hex | BA | 45 | AD | 0 | 3F | 7 | 1B | 133 | 2E | 32 |
| Octal | 272 | 105 | 255 | 0 | 77 | 7 | 33 | 463 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10101101 | 0 | 111111 | 111 | 11011 | 100110011 | 101110 | 110010 |
Color Harmonies of #BA45AD
Complementary color
Monochromatic Colors of #BA45AD
Black with #BA45AD
Text Example
Text Example
White with #BA45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45AD; }
p { color: rgb(186,69,173); }
H1.HeaderClassName
{
color: #BA45AD;
}
.AnyTagClassName
{
color: #BA45AD;
}
</style>
background-color css
<style>
a { background-color: #BA45AD; }
a { background-color: rgb(186,69,173); }
div.DivClassName
{
background-color: #BA45AD;
}
.BgClassName
{
background-color: #BA45AD;
}
</style>
border-color css
<style>
span { border-color: #BA45AD; }
span { border-color: rgb(186,69,173); }
td.TdClassName
{
border-color: #BA45AD;
}
.TagClassName
{
border-color: #BA45AD;
}
</style>