Shades of Fuchsia #BA38AD
Tints of Fuchsia #BA38AD
RGB
CMYK
RGB Variations
Color information
#BA38AD (or 0xBA38AD) is known color: Fuchsia. HEX triplet: BA, 38 and AD. RGB value is (186,56,173). Sum of RGB (Red+Green+Blue) = 186+56+173=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38AD is #45C752. Grayscale: #6B6B6B. Windows color (decimal): -4573011 or 11352250. OLE color: 11352250.
HSL color Cylindrical-coordinate representation of color #BA38AD: hue angle of 306º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA38AD is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 173 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.27 |
| HSL | 306º | 0.54% | 0.47% | - |
| HSV(B) | 306º | 0.7% | 0.73% | - |
| XYZ | 29.21 | 16.28 | 41.14 | - |
| YUV | 108.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 173 | 0 | 0.70 | 0.07 | 0.27 | 306 | 0.54 | 0.47 |
| Hex | BA | 38 | AD | 0 | 46 | 7 | 1B | 132 | 36 | 2F |
| Octal | 272 | 70 | 255 | 0 | 106 | 7 | 33 | 462 | 66 | 57 |
| Binary | 10111010 | 111000 | 10101101 | 0 | 1000110 | 111 | 11011 | 100110010 | 110110 | 101111 |
Color Harmonies of #BA38AD
Complementary color
Monochromatic Colors of #BA38AD
Black with #BA38AD
Text Example
Text Example
White with #BA38AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38AD; }
p { color: rgb(186,56,173); }
H1.HeaderClassName
{
color: #BA38AD;
}
.AnyTagClassName
{
color: #BA38AD;
}
</style>
background-color css
<style>
a { background-color: #BA38AD; }
a { background-color: rgb(186,56,173); }
div.DivClassName
{
background-color: #BA38AD;
}
.BgClassName
{
background-color: #BA38AD;
}
</style>
border-color css
<style>
span { border-color: #BA38AD; }
span { border-color: rgb(186,56,173); }
td.TdClassName
{
border-color: #BA38AD;
}
.TagClassName
{
border-color: #BA38AD;
}
</style>