Shades of Fuchsia #BA3CB5
Tints of Fuchsia #BA3CB5
RGB
CMYK
RGB Variations
Color information
#BA3CB5 (or 0xBA3CB5) is known color: Fuchsia. HEX triplet: BA, 3C and B5. RGB value is (186,60,181). Sum of RGB (Red+Green+Blue) = 186+60+181=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CB5 is #45C34A. Grayscale: #6F6F6F. Windows color (decimal): -4571979 or 11877562. OLE color: 11877562.
HSL color Cylindrical-coordinate representation of color #BA3CB5: hue angle of 302.38º degrees, saturation: 0.51, 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 #BA3CB5 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 181 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.27 |
| HSL | 302.38º | 0.51% | 0.48% | - |
| HSV(B) | 302.38º | 0.68% | 0.73% | - |
| XYZ | 30.21 | 17.01 | 45.41 | - |
| YUV | 111.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 181 | 0 | 0.68 | 0.03 | 0.27 | 302.38 | 0.51 | 0.48 |
| Hex | BA | 3C | B5 | 0 | 44 | 3 | 1B | 12E | 33 | 30 |
| Octal | 272 | 74 | 265 | 0 | 104 | 3 | 33 | 456 | 63 | 60 |
| Binary | 10111010 | 111100 | 10110101 | 0 | 1000100 | 11 | 11011 | 100101110 | 110011 | 110000 |
Color Harmonies of #BA3CB5
Complementary color
Monochromatic Colors of #BA3CB5
Black with #BA3CB5
Text Example
Text Example
White with #BA3CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CB5; }
p { color: rgb(186,60,181); }
H1.HeaderClassName
{
color: #BA3CB5;
}
.AnyTagClassName
{
color: #BA3CB5;
}
</style>
background-color css
<style>
a { background-color: #BA3CB5; }
a { background-color: rgb(186,60,181); }
div.DivClassName
{
background-color: #BA3CB5;
}
.BgClassName
{
background-color: #BA3CB5;
}
</style>
border-color css
<style>
span { border-color: #BA3CB5; }
span { border-color: rgb(186,60,181); }
td.TdClassName
{
border-color: #BA3CB5;
}
.TagClassName
{
border-color: #BA3CB5;
}
</style>