Shades of Fuchsia #BA34BC
Tints of Fuchsia #BA34BC
RGB
CMYK
RGB Variations
Color information
#BA34BC (or 0xBA34BC) is known color: Fuchsia. HEX triplet: BA, 34 and BC. RGB value is (186,52,188). Sum of RGB (Red+Green+Blue) = 186+52+188=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA34BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34BC is #45CB43. Grayscale: #6B6B6B. Windows color (decimal): -4574020 or 12334266. OLE color: 12334266.
HSL color Cylindrical-coordinate representation of color #BA34BC: hue angle of 299.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA34BC is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 52 | 188 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.26 |
| HSL | 299.12º | 0.57% | 0.47% | - |
| HSV(B) | 299.12º | 0.72% | 0.74% | - |
| XYZ | 30.55 | 16.53 | 49.16 | - |
| YUV | 107.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 188 | 0.01 | 0.72 | 0 | 0.26 | 299.12 | 0.57 | 0.47 |
| Hex | BA | 34 | BC | 1 | 48 | 0 | 1A | 12B | 39 | 2F |
| Octal | 272 | 64 | 274 | 1 | 110 | 0 | 32 | 453 | 71 | 57 |
| Binary | 10111010 | 110100 | 10111100 | 1 | 1001000 | 0 | 11010 | 100101011 | 111001 | 101111 |
Color Harmonies of #BA34BC
Complementary color
Monochromatic Colors of #BA34BC
Black with #BA34BC
Text Example
Text Example
White with #BA34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34BC; }
p { color: rgb(186,52,188); }
H1.HeaderClassName
{
color: #BA34BC;
}
.AnyTagClassName
{
color: #BA34BC;
}
</style>
background-color css
<style>
a { background-color: #BA34BC; }
a { background-color: rgb(186,52,188); }
div.DivClassName
{
background-color: #BA34BC;
}
.BgClassName
{
background-color: #BA34BC;
}
</style>
border-color css
<style>
span { border-color: #BA34BC; }
span { border-color: rgb(186,52,188); }
td.TdClassName
{
border-color: #BA34BC;
}
.TagClassName
{
border-color: #BA34BC;
}
</style>