Shades of Fuchsia #BA36BB
Tints of Fuchsia #BA36BB
RGB
CMYK
RGB Variations
Color information
#BA36BB (or 0xBA36BB) is known color: Fuchsia. HEX triplet: BA, 36 and BB. RGB value is (186,54,187). Sum of RGB (Red+Green+Blue) = 186+54+187=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA36BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36BB is #45C944. Grayscale: #6C6C6C. Windows color (decimal): -4573509 or 12269242. OLE color: 12269242.
HSL color Cylindrical-coordinate representation of color #BA36BB: hue angle of 299.55º 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 #BA36BB is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 187 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.27 |
| HSL | 299.55º | 0.55% | 0.47% | - |
| HSV(B) | 299.55º | 0.71% | 0.73% | - |
| XYZ | 30.54 | 16.67 | 48.62 | - |
| YUV | 108.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 187 | 0.01 | 0.71 | 0 | 0.27 | 299.55 | 0.55 | 0.47 |
| Hex | BA | 36 | BB | 1 | 47 | 0 | 1B | 12C | 37 | 2F |
| Octal | 272 | 66 | 273 | 1 | 107 | 0 | 33 | 454 | 67 | 57 |
| Binary | 10111010 | 110110 | 10111011 | 1 | 1000111 | 0 | 11011 | 100101100 | 110111 | 101111 |
Color Harmonies of #BA36BB
Complementary color
Monochromatic Colors of #BA36BB
Black with #BA36BB
Text Example
Text Example
White with #BA36BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36BB; }
p { color: rgb(186,54,187); }
H1.HeaderClassName
{
color: #BA36BB;
}
.AnyTagClassName
{
color: #BA36BB;
}
</style>
background-color css
<style>
a { background-color: #BA36BB; }
a { background-color: rgb(186,54,187); }
div.DivClassName
{
background-color: #BA36BB;
}
.BgClassName
{
background-color: #BA36BB;
}
</style>
border-color css
<style>
span { border-color: #BA36BB; }
span { border-color: rgb(186,54,187); }
td.TdClassName
{
border-color: #BA36BB;
}
.TagClassName
{
border-color: #BA36BB;
}
</style>