Shades of Fuchsia #BA44B4
Tints of Fuchsia #BA44B4
RGB
CMYK
RGB Variations
Color information
#BA44B4 (or 0xBA44B4) is known color: Fuchsia. HEX triplet: BA, 44 and B4. RGB value is (186,68,180). Sum of RGB (Red+Green+Blue) = 186+68+180=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44B4 is #45BB4B. Grayscale: #737373. Windows color (decimal): -4569932 or 11814074. OLE color: 11814074.
HSL color Cylindrical-coordinate representation of color #BA44B4: hue angle of 303.05º 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 #BA44B4 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 180 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.27 |
| HSL | 303.05º | 0.46% | 0.5% | - |
| HSV(B) | 303.05º | 0.63% | 0.73% | - |
| XYZ | 30.56 | 17.87 | 45.02 | - |
| YUV | 116.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 180 | 0 | 0.63 | 0.03 | 0.27 | 303.05 | 0.46 | 0.5 |
| Hex | BA | 44 | B4 | 0 | 3F | 3 | 1B | 12F | 2E | 32 |
| Octal | 272 | 104 | 264 | 0 | 77 | 3 | 33 | 457 | 56 | 62 |
| Binary | 10111010 | 1000100 | 10110100 | 0 | 111111 | 11 | 11011 | 100101111 | 101110 | 110010 |
Color Harmonies of #BA44B4
Complementary color
Monochromatic Colors of #BA44B4
Black with #BA44B4
Text Example
Text Example
White with #BA44B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44B4; }
p { color: rgb(186,68,180); }
H1.HeaderClassName
{
color: #BA44B4;
}
.AnyTagClassName
{
color: #BA44B4;
}
</style>
background-color css
<style>
a { background-color: #BA44B4; }
a { background-color: rgb(186,68,180); }
div.DivClassName
{
background-color: #BA44B4;
}
.BgClassName
{
background-color: #BA44B4;
}
</style>
border-color css
<style>
span { border-color: #BA44B4; }
span { border-color: rgb(186,68,180); }
td.TdClassName
{
border-color: #BA44B4;
}
.TagClassName
{
border-color: #BA44B4;
}
</style>