Shades of Fuchsia #BA38AA
Tints of Fuchsia #BA38AA
RGB
CMYK
RGB Variations
Color information
#BA38AA (or 0xBA38AA) is known color: Fuchsia. HEX triplet: BA, 38 and AA. RGB value is (186,56,170). Sum of RGB (Red+Green+Blue) = 186+56+170=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38AA is #45C755. Grayscale: #6B6B6B. Windows color (decimal): -4573014 or 11155642. OLE color: 11155642.
HSL color Cylindrical-coordinate representation of color #BA38AA: hue angle of 307.38º 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 #BA38AA is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 170 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.27 |
| HSL | 307.38º | 0.54% | 0.47% | - |
| HSV(B) | 307.38º | 0.7% | 0.73% | - |
| XYZ | 28.92 | 16.17 | 39.63 | - |
| YUV | 107.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 170 | 0 | 0.70 | 0.09 | 0.27 | 307.38 | 0.54 | 0.47 |
| Hex | BA | 38 | AA | 0 | 46 | 9 | 1B | 133 | 36 | 2F |
| Octal | 272 | 70 | 252 | 0 | 106 | 11 | 33 | 463 | 66 | 57 |
| Binary | 10111010 | 111000 | 10101010 | 0 | 1000110 | 1001 | 11011 | 100110011 | 110110 | 101111 |
Color Harmonies of #BA38AA
Complementary color
Monochromatic Colors of #BA38AA
Black with #BA38AA
Text Example
Text Example
White with #BA38AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38AA; }
p { color: rgb(186,56,170); }
H1.HeaderClassName
{
color: #BA38AA;
}
.AnyTagClassName
{
color: #BA38AA;
}
</style>
background-color css
<style>
a { background-color: #BA38AA; }
a { background-color: rgb(186,56,170); }
div.DivClassName
{
background-color: #BA38AA;
}
.BgClassName
{
background-color: #BA38AA;
}
</style>
border-color css
<style>
span { border-color: #BA38AA; }
span { border-color: rgb(186,56,170); }
td.TdClassName
{
border-color: #BA38AA;
}
.TagClassName
{
border-color: #BA38AA;
}
</style>