Shades of Fuchsia #BA3BAD
Tints of Fuchsia #BA3BAD
RGB
CMYK
RGB Variations
Color information
#BA3BAD (or 0xBA3BAD) is known color: Fuchsia. HEX triplet: BA, 3B and AD. RGB value is (186,59,173). Sum of RGB (Red+Green+Blue) = 186+59+173=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3BAD is #45C452. Grayscale: #6D6D6D. Windows color (decimal): -4572243 or 11353018. OLE color: 11353018.
HSL color Cylindrical-coordinate representation of color #BA3BAD: hue angle of 306.14º 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 #BA3BAD is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 173 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.27 |
| HSL | 306.14º | 0.52% | 0.48% | - |
| HSV(B) | 306.14º | 0.68% | 0.73% | - |
| XYZ | 29.36 | 16.58 | 41.19 | - |
| YUV | 109.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 173 | 0 | 0.68 | 0.07 | 0.27 | 306.14 | 0.52 | 0.48 |
| Hex | BA | 3B | AD | 0 | 44 | 7 | 1B | 132 | 34 | 30 |
| Octal | 272 | 73 | 255 | 0 | 104 | 7 | 33 | 462 | 64 | 60 |
| Binary | 10111010 | 111011 | 10101101 | 0 | 1000100 | 111 | 11011 | 100110010 | 110100 | 110000 |
Color Harmonies of #BA3BAD
Complementary color
Monochromatic Colors of #BA3BAD
Black with #BA3BAD
Text Example
Text Example
White with #BA3BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BAD; }
p { color: rgb(186,59,173); }
H1.HeaderClassName
{
color: #BA3BAD;
}
.AnyTagClassName
{
color: #BA3BAD;
}
</style>
background-color css
<style>
a { background-color: #BA3BAD; }
a { background-color: rgb(186,59,173); }
div.DivClassName
{
background-color: #BA3BAD;
}
.BgClassName
{
background-color: #BA3BAD;
}
</style>
border-color css
<style>
span { border-color: #BA3BAD; }
span { border-color: rgb(186,59,173); }
td.TdClassName
{
border-color: #BA3BAD;
}
.TagClassName
{
border-color: #BA3BAD;
}
</style>