Shades of Fuchsia #BA61AD
Tints of Fuchsia #BA61AD
RGB
CMYK
RGB Variations
Color information
#BA61AD (or 0xBA61AD) is known color: Fuchsia. HEX triplet: BA, 61 and AD. RGB value is (186,97,173). Sum of RGB (Red+Green+Blue) = 186+97+173=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61AD is #459E52. Grayscale: #848484. Windows color (decimal): -4562515 or 11362746. OLE color: 11362746.
HSL color Cylindrical-coordinate representation of color #BA61AD: hue angle of 308.76º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA61AD is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 173 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.27 |
| HSL | 308.76º | 0.39% | 0.55% | - |
| HSV(B) | 308.76º | 0.48% | 0.73% | - |
| XYZ | 32.07 | 22.01 | 42.09 | - |
| YUV | 132.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 173 | 0 | 0.48 | 0.07 | 0.27 | 308.76 | 0.39 | 0.55 |
| Hex | BA | 61 | AD | 0 | 30 | 7 | 1B | 135 | 27 | 37 |
| Octal | 272 | 141 | 255 | 0 | 60 | 7 | 33 | 465 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10101101 | 0 | 110000 | 111 | 11011 | 100110101 | 100111 | 110111 |
Color Harmonies of #BA61AD
Complementary color
Monochromatic Colors of #BA61AD
Black with #BA61AD
Text Example
Text Example
White with #BA61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61AD; }
p { color: rgb(186,97,173); }
H1.HeaderClassName
{
color: #BA61AD;
}
.AnyTagClassName
{
color: #BA61AD;
}
</style>
background-color css
<style>
a { background-color: #BA61AD; }
a { background-color: rgb(186,97,173); }
div.DivClassName
{
background-color: #BA61AD;
}
.BgClassName
{
background-color: #BA61AD;
}
</style>
border-color css
<style>
span { border-color: #BA61AD; }
span { border-color: rgb(186,97,173); }
td.TdClassName
{
border-color: #BA61AD;
}
.TagClassName
{
border-color: #BA61AD;
}
</style>