Shades of Fuchsia #BA27B5
Tints of Fuchsia #BA27B5
RGB
CMYK
RGB Variations
Color information
#BA27B5 (or 0xBA27B5) is known color: Fuchsia. HEX triplet: BA, 27 and B5. RGB value is (186,39,181). Sum of RGB (Red+Green+Blue) = 186+39+181=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27B5 is #45D84A. Grayscale: #626262. Windows color (decimal): -4577355 or 11872186. OLE color: 11872186.
HSL color Cylindrical-coordinate representation of color #BA27B5: hue angle of 302.04º 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 #BA27B5 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 181 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.27 |
| HSL | 302.04º | 0.65% | 0.44% | - |
| HSV(B) | 302.04º | 0.79% | 0.73% | - |
| XYZ | 29.32 | 15.23 | 45.11 | - |
| YUV | 99.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 181 | 0 | 0.79 | 0.03 | 0.27 | 302.04 | 0.65 | 0.44 |
| Hex | BA | 27 | B5 | 0 | 4F | 3 | 1B | 12E | 41 | 2C |
| Octal | 272 | 47 | 265 | 0 | 117 | 3 | 33 | 456 | 101 | 54 |
| Binary | 10111010 | 100111 | 10110101 | 0 | 1001111 | 11 | 11011 | 100101110 | 1000001 | 101100 |
Color Harmonies of #BA27B5
Complementary color
Monochromatic Colors of #BA27B5
Black with #BA27B5
Text Example
Text Example
White with #BA27B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27B5; }
p { color: rgb(186,39,181); }
H1.HeaderClassName
{
color: #BA27B5;
}
.AnyTagClassName
{
color: #BA27B5;
}
</style>
background-color css
<style>
a { background-color: #BA27B5; }
a { background-color: rgb(186,39,181); }
div.DivClassName
{
background-color: #BA27B5;
}
.BgClassName
{
background-color: #BA27B5;
}
</style>
border-color css
<style>
span { border-color: #BA27B5; }
span { border-color: rgb(186,39,181); }
td.TdClassName
{
border-color: #BA27B5;
}
.TagClassName
{
border-color: #BA27B5;
}
</style>