Shades of Fuchsia #BA27BC
Tints of Fuchsia #BA27BC
RGB
CMYK
RGB Variations
Color information
#BA27BC (or 0xBA27BC) is known color: Fuchsia. HEX triplet: BA, 27 and BC. RGB value is (186,39,188). Sum of RGB (Red+Green+Blue) = 186+39+188=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA27BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27BC is #45D843. Grayscale: #636363. Windows color (decimal): -4577348 or 12330938. OLE color: 12330938.
HSL color Cylindrical-coordinate representation of color #BA27BC: hue angle of 299.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA27BC is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 39 | 188 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.26 |
| HSL | 299.19º | 0.66% | 0.45% | - |
| HSV(B) | 299.19º | 0.79% | 0.74% | - |
| XYZ | 30.05 | 15.52 | 48.99 | - |
| YUV | 99.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 188 | 0.01 | 0.79 | 0 | 0.26 | 299.19 | 0.66 | 0.45 |
| Hex | BA | 27 | BC | 1 | 4F | 0 | 1A | 12B | 42 | 2D |
| Octal | 272 | 47 | 274 | 1 | 117 | 0 | 32 | 453 | 102 | 55 |
| Binary | 10111010 | 100111 | 10111100 | 1 | 1001111 | 0 | 11010 | 100101011 | 1000010 | 101101 |
Color Harmonies of #BA27BC
Complementary color
Monochromatic Colors of #BA27BC
Black with #BA27BC
Text Example
Text Example
White with #BA27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27BC; }
p { color: rgb(186,39,188); }
H1.HeaderClassName
{
color: #BA27BC;
}
.AnyTagClassName
{
color: #BA27BC;
}
</style>
background-color css
<style>
a { background-color: #BA27BC; }
a { background-color: rgb(186,39,188); }
div.DivClassName
{
background-color: #BA27BC;
}
.BgClassName
{
background-color: #BA27BC;
}
</style>
border-color css
<style>
span { border-color: #BA27BC; }
span { border-color: rgb(186,39,188); }
td.TdClassName
{
border-color: #BA27BC;
}
.TagClassName
{
border-color: #BA27BC;
}
</style>