Shades of Fuchsia #BA32C8
Tints of Fuchsia #BA32C8
RGB
CMYK
RGB Variations
Color information
#BA32C8 (or 0xBA32C8) is known color: Fuchsia. HEX triplet: BA, 32 and C8. RGB value is (186,50,200). Sum of RGB (Red+Green+Blue) = 186+50+200=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA32C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32C8 is #45CD37. Grayscale: #6B6B6B. Windows color (decimal): -4574520 or 13120186. OLE color: 13120186.
HSL color Cylindrical-coordinate representation of color #BA32C8: hue angle of 294.4º 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 #BA32C8 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 50 | 200 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.22 |
| HSL | 294.4º | 0.6% | 0.49% | - |
| HSV(B) | 294.4º | 0.75% | 0.78% | - |
| XYZ | 31.82 | 16.89 | 56.23 | - |
| YUV | 107.76 | 180.06 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 200 | 0.07 | 0.75 | 0 | 0.22 | 294.4 | 0.6 | 0.49 |
| Hex | BA | 32 | C8 | 7 | 4B | 0 | 16 | 126 | 3C | 31 |
| Octal | 272 | 62 | 310 | 7 | 113 | 0 | 26 | 446 | 74 | 61 |
| Binary | 10111010 | 110010 | 11001000 | 111 | 1001011 | 0 | 10110 | 100100110 | 111100 | 110001 |
Color Harmonies of #BA32C8
Complementary color
Monochromatic Colors of #BA32C8
Black with #BA32C8
Text Example
Text Example
White with #BA32C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32C8; }
p { color: rgb(186,50,200); }
H1.HeaderClassName
{
color: #BA32C8;
}
.AnyTagClassName
{
color: #BA32C8;
}
</style>
background-color css
<style>
a { background-color: #BA32C8; }
a { background-color: rgb(186,50,200); }
div.DivClassName
{
background-color: #BA32C8;
}
.BgClassName
{
background-color: #BA32C8;
}
</style>
border-color css
<style>
span { border-color: #BA32C8; }
span { border-color: rgb(186,50,200); }
td.TdClassName
{
border-color: #BA32C8;
}
.TagClassName
{
border-color: #BA32C8;
}
</style>