Shades of Fuchsia #BA45AF
Tints of Fuchsia #BA45AF
RGB
CMYK
RGB Variations
Color information
#BA45AF (or 0xBA45AF) is known color: Fuchsia. HEX triplet: BA, 45 and AF. RGB value is (186,69,175). Sum of RGB (Red+Green+Blue) = 186+69+175=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA45AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA45AF is #45BA50. Grayscale: #737373. Windows color (decimal): -4569681 or 11486650. OLE color: 11486650.
HSL color Cylindrical-coordinate representation of color #BA45AF: hue angle of 305.64º 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 #BA45AF is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 175 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.27 |
| HSL | 305.64º | 0.46% | 0.5% | - |
| HSV(B) | 305.64º | 0.63% | 0.73% | - |
| XYZ | 30.12 | 17.79 | 42.4 | - |
| YUV | 116.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 175 | 0 | 0.63 | 0.06 | 0.27 | 305.64 | 0.46 | 0.5 |
| Hex | BA | 45 | AF | 0 | 3F | 6 | 1B | 132 | 2E | 32 |
| Octal | 272 | 105 | 257 | 0 | 77 | 6 | 33 | 462 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10101111 | 0 | 111111 | 110 | 11011 | 100110010 | 101110 | 110010 |
Color Harmonies of #BA45AF
Complementary color
Monochromatic Colors of #BA45AF
Black with #BA45AF
Text Example
Text Example
White with #BA45AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45AF; }
p { color: rgb(186,69,175); }
H1.HeaderClassName
{
color: #BA45AF;
}
.AnyTagClassName
{
color: #BA45AF;
}
</style>
background-color css
<style>
a { background-color: #BA45AF; }
a { background-color: rgb(186,69,175); }
div.DivClassName
{
background-color: #BA45AF;
}
.BgClassName
{
background-color: #BA45AF;
}
</style>
border-color css
<style>
span { border-color: #BA45AF; }
span { border-color: rgb(186,69,175); }
td.TdClassName
{
border-color: #BA45AF;
}
.TagClassName
{
border-color: #BA45AF;
}
</style>