Shades of Fuchsia #BA39B2
Tints of Fuchsia #BA39B2
RGB
CMYK
RGB Variations
Color information
#BA39B2 (or 0xBA39B2) is known color: Fuchsia. HEX triplet: BA, 39 and B2. RGB value is (186,57,178). Sum of RGB (Red+Green+Blue) = 186+57+178=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA39B2 is #45C64D. Grayscale: #6D6D6D. Windows color (decimal): -4572750 or 11680186. OLE color: 11680186.
HSL color Cylindrical-coordinate representation of color #BA39B2: hue angle of 303.72º 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 #BA39B2 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 178 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.27 |
| HSL | 303.72º | 0.53% | 0.48% | - |
| HSV(B) | 303.72º | 0.69% | 0.73% | - |
| XYZ | 29.75 | 16.58 | 43.75 | - |
| YUV | 109.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 178 | 0 | 0.69 | 0.04 | 0.27 | 303.72 | 0.53 | 0.48 |
| Hex | BA | 39 | B2 | 0 | 45 | 4 | 1B | 130 | 35 | 30 |
| Octal | 272 | 71 | 262 | 0 | 105 | 4 | 33 | 460 | 65 | 60 |
| Binary | 10111010 | 111001 | 10110010 | 0 | 1000101 | 100 | 11011 | 100110000 | 110101 | 110000 |
Color Harmonies of #BA39B2
Complementary color
Monochromatic Colors of #BA39B2
Black with #BA39B2
Text Example
Text Example
White with #BA39B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39B2; }
p { color: rgb(186,57,178); }
H1.HeaderClassName
{
color: #BA39B2;
}
.AnyTagClassName
{
color: #BA39B2;
}
</style>
background-color css
<style>
a { background-color: #BA39B2; }
a { background-color: rgb(186,57,178); }
div.DivClassName
{
background-color: #BA39B2;
}
.BgClassName
{
background-color: #BA39B2;
}
</style>
border-color css
<style>
span { border-color: #BA39B2; }
span { border-color: rgb(186,57,178); }
td.TdClassName
{
border-color: #BA39B2;
}
.TagClassName
{
border-color: #BA39B2;
}
</style>