Shades of Fuchsia #BA36B7
Tints of Fuchsia #BA36B7
RGB
CMYK
RGB Variations
Color information
#BA36B7 (or 0xBA36B7) is known color: Fuchsia. HEX triplet: BA, 36 and B7. RGB value is (186,54,183). Sum of RGB (Red+Green+Blue) = 186+54+183=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36B7 is #45C948. Grayscale: #6B6B6B. Windows color (decimal): -4573513 or 12007098. OLE color: 12007098.
HSL color Cylindrical-coordinate representation of color #BA36B7: hue angle of 301.36º 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 #BA36B7 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 183 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.27 |
| HSL | 301.36º | 0.55% | 0.47% | - |
| HSV(B) | 301.36º | 0.71% | 0.73% | - |
| XYZ | 30.12 | 16.5 | 46.4 | - |
| YUV | 108.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 183 | 0 | 0.71 | 0.02 | 0.27 | 301.36 | 0.55 | 0.47 |
| Hex | BA | 36 | B7 | 0 | 47 | 2 | 1B | 12D | 37 | 2F |
| Octal | 272 | 66 | 267 | 0 | 107 | 2 | 33 | 455 | 67 | 57 |
| Binary | 10111010 | 110110 | 10110111 | 0 | 1000111 | 10 | 11011 | 100101101 | 110111 | 101111 |
Color Harmonies of #BA36B7
Complementary color
Monochromatic Colors of #BA36B7
Black with #BA36B7
Text Example
Text Example
White with #BA36B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36B7; }
p { color: rgb(186,54,183); }
H1.HeaderClassName
{
color: #BA36B7;
}
.AnyTagClassName
{
color: #BA36B7;
}
</style>
background-color css
<style>
a { background-color: #BA36B7; }
a { background-color: rgb(186,54,183); }
div.DivClassName
{
background-color: #BA36B7;
}
.BgClassName
{
background-color: #BA36B7;
}
</style>
border-color css
<style>
span { border-color: #BA36B7; }
span { border-color: rgb(186,54,183); }
td.TdClassName
{
border-color: #BA36B7;
}
.TagClassName
{
border-color: #BA36B7;
}
</style>