Shades of Fuchsia #BA34C7
Tints of Fuchsia #BA34C7
RGB
CMYK
RGB Variations
Color information
#BA34C7 (or 0xBA34C7) is known color: Fuchsia. HEX triplet: BA, 34 and C7. RGB value is (186,52,199). Sum of RGB (Red+Green+Blue) = 186+52+199=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA34C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34C7 is #45CB38. Grayscale: #6C6C6C. Windows color (decimal): -4574009 or 13055162. OLE color: 13055162.
HSL color Cylindrical-coordinate representation of color #BA34C7: hue angle of 294.69º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA34C7 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 52 | 199 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.22 |
| HSL | 294.69º | 0.59% | 0.49% | - |
| HSV(B) | 294.69º | 0.74% | 0.78% | - |
| XYZ | 31.79 | 17.02 | 55.64 | - |
| YUV | 108.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 199 | 0.07 | 0.74 | 0 | 0.22 | 294.69 | 0.59 | 0.49 |
| Hex | BA | 34 | C7 | 7 | 4A | 0 | 16 | 127 | 3B | 31 |
| Octal | 272 | 64 | 307 | 7 | 112 | 0 | 26 | 447 | 73 | 61 |
| Binary | 10111010 | 110100 | 11000111 | 111 | 1001010 | 0 | 10110 | 100100111 | 111011 | 110001 |
Color Harmonies of #BA34C7
Complementary color
Monochromatic Colors of #BA34C7
Black with #BA34C7
Text Example
Text Example
White with #BA34C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34C7; }
p { color: rgb(186,52,199); }
H1.HeaderClassName
{
color: #BA34C7;
}
.AnyTagClassName
{
color: #BA34C7;
}
</style>
background-color css
<style>
a { background-color: #BA34C7; }
a { background-color: rgb(186,52,199); }
div.DivClassName
{
background-color: #BA34C7;
}
.BgClassName
{
background-color: #BA34C7;
}
</style>
border-color css
<style>
span { border-color: #BA34C7; }
span { border-color: rgb(186,52,199); }
td.TdClassName
{
border-color: #BA34C7;
}
.TagClassName
{
border-color: #BA34C7;
}
</style>