Shades of Fuchsia #BA36B5
Tints of Fuchsia #BA36B5
RGB
CMYK
RGB Variations
Color information
#BA36B5 (or 0xBA36B5) is known color: Fuchsia. HEX triplet: BA, 36 and B5. RGB value is (186,54,181). Sum of RGB (Red+Green+Blue) = 186+54+181=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36B5 is #45C94A. Grayscale: #6B6B6B. Windows color (decimal): -4573515 or 11876026. OLE color: 11876026.
HSL color Cylindrical-coordinate representation of color #BA36B5: hue angle of 302.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA36B5 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 181 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.27 |
| HSL | 302.27º | 0.55% | 0.47% | - |
| HSV(B) | 302.27º | 0.71% | 0.73% | - |
| XYZ | 29.91 | 16.41 | 45.31 | - |
| YUV | 107.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 181 | 0 | 0.71 | 0.03 | 0.27 | 302.27 | 0.55 | 0.47 |
| Hex | BA | 36 | B5 | 0 | 47 | 3 | 1B | 12E | 37 | 2F |
| Octal | 272 | 66 | 265 | 0 | 107 | 3 | 33 | 456 | 67 | 57 |
| Binary | 10111010 | 110110 | 10110101 | 0 | 1000111 | 11 | 11011 | 100101110 | 110111 | 101111 |
Color Harmonies of #BA36B5
Complementary color
Monochromatic Colors of #BA36B5
Black with #BA36B5
Text Example
Text Example
White with #BA36B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36B5; }
p { color: rgb(186,54,181); }
H1.HeaderClassName
{
color: #BA36B5;
}
.AnyTagClassName
{
color: #BA36B5;
}
</style>
background-color css
<style>
a { background-color: #BA36B5; }
a { background-color: rgb(186,54,181); }
div.DivClassName
{
background-color: #BA36B5;
}
.BgClassName
{
background-color: #BA36B5;
}
</style>
border-color css
<style>
span { border-color: #BA36B5; }
span { border-color: rgb(186,54,181); }
td.TdClassName
{
border-color: #BA36B5;
}
.TagClassName
{
border-color: #BA36B5;
}
</style>