Shades of Fuchsia #BA39B5
Tints of Fuchsia #BA39B5
RGB
CMYK
RGB Variations
Color information
#BA39B5 (or 0xBA39B5) is known color: Fuchsia. HEX triplet: BA, 39 and B5. RGB value is (186,57,181). Sum of RGB (Red+Green+Blue) = 186+57+181=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39B5 is #45C64A. Grayscale: #6D6D6D. Windows color (decimal): -4572747 or 11876794. OLE color: 11876794.
HSL color Cylindrical-coordinate representation of color #BA39B5: hue angle of 302.33º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA39B5 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 181 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.27 |
| HSL | 302.33º | 0.53% | 0.48% | - |
| HSV(B) | 302.33º | 0.69% | 0.73% | - |
| XYZ | 30.05 | 16.7 | 45.36 | - |
| YUV | 109.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 181 | 0 | 0.69 | 0.03 | 0.27 | 302.33 | 0.53 | 0.48 |
| Hex | BA | 39 | B5 | 0 | 45 | 3 | 1B | 12E | 35 | 30 |
| Octal | 272 | 71 | 265 | 0 | 105 | 3 | 33 | 456 | 65 | 60 |
| Binary | 10111010 | 111001 | 10110101 | 0 | 1000101 | 11 | 11011 | 100101110 | 110101 | 110000 |
Color Harmonies of #BA39B5
Complementary color
Monochromatic Colors of #BA39B5
Black with #BA39B5
Text Example
Text Example
White with #BA39B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39B5; }
p { color: rgb(186,57,181); }
H1.HeaderClassName
{
color: #BA39B5;
}
.AnyTagClassName
{
color: #BA39B5;
}
</style>
background-color css
<style>
a { background-color: #BA39B5; }
a { background-color: rgb(186,57,181); }
div.DivClassName
{
background-color: #BA39B5;
}
.BgClassName
{
background-color: #BA39B5;
}
</style>
border-color css
<style>
span { border-color: #BA39B5; }
span { border-color: rgb(186,57,181); }
td.TdClassName
{
border-color: #BA39B5;
}
.TagClassName
{
border-color: #BA39B5;
}
</style>