Shades of Fuchsia #BA3BB7
Tints of Fuchsia #BA3BB7
RGB
CMYK
RGB Variations
Color information
#BA3BB7 (or 0xBA3BB7) is known color: Fuchsia. HEX triplet: BA, 3B and B7. RGB value is (186,59,183). Sum of RGB (Red+Green+Blue) = 186+59+183=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BB7 is #45C448. Grayscale: #6E6E6E. Windows color (decimal): -4572233 or 12008378. OLE color: 12008378.
HSL color Cylindrical-coordinate representation of color #BA3BB7: hue angle of 301.42º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3BB7 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 183 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.27 |
| HSL | 301.42º | 0.52% | 0.48% | - |
| HSV(B) | 301.42º | 0.68% | 0.73% | - |
| XYZ | 30.36 | 16.99 | 46.48 | - |
| YUV | 111.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 183 | 0 | 0.68 | 0.02 | 0.27 | 301.42 | 0.52 | 0.48 |
| Hex | BA | 3B | B7 | 0 | 44 | 2 | 1B | 12D | 34 | 30 |
| Octal | 272 | 73 | 267 | 0 | 104 | 2 | 33 | 455 | 64 | 60 |
| Binary | 10111010 | 111011 | 10110111 | 0 | 1000100 | 10 | 11011 | 100101101 | 110100 | 110000 |
Color Harmonies of #BA3BB7
Complementary color
Monochromatic Colors of #BA3BB7
Black with #BA3BB7
Text Example
Text Example
White with #BA3BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BB7; }
p { color: rgb(186,59,183); }
H1.HeaderClassName
{
color: #BA3BB7;
}
.AnyTagClassName
{
color: #BA3BB7;
}
</style>
background-color css
<style>
a { background-color: #BA3BB7; }
a { background-color: rgb(186,59,183); }
div.DivClassName
{
background-color: #BA3BB7;
}
.BgClassName
{
background-color: #BA3BB7;
}
</style>
border-color css
<style>
span { border-color: #BA3BB7; }
span { border-color: rgb(186,59,183); }
td.TdClassName
{
border-color: #BA3BB7;
}
.TagClassName
{
border-color: #BA3BB7;
}
</style>