Shades of Fuchsia #BA27BA
Tints of Fuchsia #BA27BA
RGB
CMYK
RGB Variations
Color information
#BA27BA (or 0xBA27BA) is known color: Fuchsia. HEX triplet: BA, 27 and BA. RGB value is (186,39,186). Sum of RGB (Red+Green+Blue) = 186+39+186=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27BA is #45D845. Grayscale: #636363. Windows color (decimal): -4577350 or 12199866. OLE color: 12199866.
HSL color Cylindrical-coordinate representation of color #BA27BA: hue angle of 300º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA27BA is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 186 | - |
| CMYK | 0 | 0.79 | 0 | 0.27 |
| HSL | 300º | 0.65% | 0.44% | - |
| HSV(B) | 300º | 0.79% | 0.73% | - |
| XYZ | 29.84 | 15.44 | 47.86 | - |
| YUV | 99.71 | 176.7 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 186 | 0 | 0.79 | 0 | 0.27 | 300 | 0.65 | 0.44 |
| Hex | BA | 27 | BA | 0 | 4F | 0 | 1B | 12C | 41 | 2C |
| Octal | 272 | 47 | 272 | 0 | 117 | 0 | 33 | 454 | 101 | 54 |
| Binary | 10111010 | 100111 | 10111010 | 0 | 1001111 | 0 | 11011 | 100101100 | 1000001 | 101100 |
Color Harmonies of #BA27BA
Complementary color
Monochromatic Colors of #BA27BA
Black with #BA27BA
Text Example
Text Example
White with #BA27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27BA; }
p { color: rgb(186,39,186); }
H1.HeaderClassName
{
color: #BA27BA;
}
.AnyTagClassName
{
color: #BA27BA;
}
</style>
background-color css
<style>
a { background-color: #BA27BA; }
a { background-color: rgb(186,39,186); }
div.DivClassName
{
background-color: #BA27BA;
}
.BgClassName
{
background-color: #BA27BA;
}
</style>
border-color css
<style>
span { border-color: #BA27BA; }
span { border-color: rgb(186,39,186); }
td.TdClassName
{
border-color: #BA27BA;
}
.TagClassName
{
border-color: #BA27BA;
}
</style>