Shades of Fuchsia #BA32C6
Tints of Fuchsia #BA32C6
RGB
CMYK
RGB Variations
Color information
#BA32C6 (or 0xBA32C6) is known color: Fuchsia. HEX triplet: BA, 32 and C6. RGB value is (186,50,198). Sum of RGB (Red+Green+Blue) = 186+50+198=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA32C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32C6 is #45CD39. Grayscale: #6B6B6B. Windows color (decimal): -4574522 or 12989114. OLE color: 12989114.
HSL color Cylindrical-coordinate representation of color #BA32C6: hue angle of 295.14º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA32C6 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 50 | 198 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.22 |
| HSL | 295.14º | 0.6% | 0.49% | - |
| HSV(B) | 295.14º | 0.75% | 0.78% | - |
| XYZ | 31.58 | 16.8 | 55 | - |
| YUV | 107.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 198 | 0.06 | 0.75 | 0 | 0.22 | 295.14 | 0.6 | 0.49 |
| Hex | BA | 32 | C6 | 6 | 4B | 0 | 16 | 127 | 3C | 31 |
| Octal | 272 | 62 | 306 | 6 | 113 | 0 | 26 | 447 | 74 | 61 |
| Binary | 10111010 | 110010 | 11000110 | 110 | 1001011 | 0 | 10110 | 100100111 | 111100 | 110001 |
Color Harmonies of #BA32C6
Complementary color
Monochromatic Colors of #BA32C6
Black with #BA32C6
Text Example
Text Example
White with #BA32C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32C6; }
p { color: rgb(186,50,198); }
H1.HeaderClassName
{
color: #BA32C6;
}
.AnyTagClassName
{
color: #BA32C6;
}
</style>
background-color css
<style>
a { background-color: #BA32C6; }
a { background-color: rgb(186,50,198); }
div.DivClassName
{
background-color: #BA32C6;
}
.BgClassName
{
background-color: #BA32C6;
}
</style>
border-color css
<style>
span { border-color: #BA32C6; }
span { border-color: rgb(186,50,198); }
td.TdClassName
{
border-color: #BA32C6;
}
.TagClassName
{
border-color: #BA32C6;
}
</style>