Shades of Fuchsia #BA45B3
Tints of Fuchsia #BA45B3
RGB
CMYK
RGB Variations
Color information
#BA45B3 (or 0xBA45B3) is known color: Fuchsia. HEX triplet: BA, 45 and B3. RGB value is (186,69,179). Sum of RGB (Red+Green+Blue) = 186+69+179=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA45B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45B3 is #45BA4C. Grayscale: #747474. Windows color (decimal): -4569677 or 11748794. OLE color: 11748794.
HSL color Cylindrical-coordinate representation of color #BA45B3: hue angle of 303.59º 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 #BA45B3 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 179 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.27 |
| HSL | 303.59º | 0.46% | 0.5% | - |
| HSV(B) | 303.59º | 0.63% | 0.73% | - |
| XYZ | 30.51 | 17.95 | 44.5 | - |
| YUV | 116.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 179 | 0 | 0.63 | 0.04 | 0.27 | 303.59 | 0.46 | 0.5 |
| Hex | BA | 45 | B3 | 0 | 3F | 4 | 1B | 130 | 2E | 32 |
| Octal | 272 | 105 | 263 | 0 | 77 | 4 | 33 | 460 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10110011 | 0 | 111111 | 100 | 11011 | 100110000 | 101110 | 110010 |
Color Harmonies of #BA45B3
Complementary color
Monochromatic Colors of #BA45B3
Black with #BA45B3
Text Example
Text Example
White with #BA45B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45B3; }
p { color: rgb(186,69,179); }
H1.HeaderClassName
{
color: #BA45B3;
}
.AnyTagClassName
{
color: #BA45B3;
}
</style>
background-color css
<style>
a { background-color: #BA45B3; }
a { background-color: rgb(186,69,179); }
div.DivClassName
{
background-color: #BA45B3;
}
.BgClassName
{
background-color: #BA45B3;
}
</style>
border-color css
<style>
span { border-color: #BA45B3; }
span { border-color: rgb(186,69,179); }
td.TdClassName
{
border-color: #BA45B3;
}
.TagClassName
{
border-color: #BA45B3;
}
</style>