Shades of Fuchsia #BA48B8
Tints of Fuchsia #BA48B8
RGB
CMYK
RGB Variations
Color information
#BA48B8 (or 0xBA48B8) is known color: Fuchsia. HEX triplet: BA, 48 and B8. RGB value is (186,72,184). Sum of RGB (Red+Green+Blue) = 186+72+184=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48B8 is #45B747. Grayscale: #767676. Windows color (decimal): -4568904 or 12077242. OLE color: 12077242.
HSL color Cylindrical-coordinate representation of color #BA48B8: hue angle of 301.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA48B8 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 184 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.27 |
| HSL | 301.05º | 0.45% | 0.51% | - |
| HSV(B) | 301.05º | 0.61% | 0.73% | - |
| XYZ | 31.22 | 18.53 | 47.28 | - |
| YUV | 118.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 184 | 0 | 0.61 | 0.01 | 0.27 | 301.05 | 0.45 | 0.51 |
| Hex | BA | 48 | B8 | 0 | 3D | 1 | 1B | 12D | 2D | 33 |
| Octal | 272 | 110 | 270 | 0 | 75 | 1 | 33 | 455 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10111000 | 0 | 111101 | 1 | 11011 | 100101101 | 101101 | 110011 |
Color Harmonies of #BA48B8
Complementary color
Monochromatic Colors of #BA48B8
Black with #BA48B8
Text Example
Text Example
White with #BA48B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48B8; }
p { color: rgb(186,72,184); }
H1.HeaderClassName
{
color: #BA48B8;
}
.AnyTagClassName
{
color: #BA48B8;
}
</style>
background-color css
<style>
a { background-color: #BA48B8; }
a { background-color: rgb(186,72,184); }
div.DivClassName
{
background-color: #BA48B8;
}
.BgClassName
{
background-color: #BA48B8;
}
</style>
border-color css
<style>
span { border-color: #BA48B8; }
span { border-color: rgb(186,72,184); }
td.TdClassName
{
border-color: #BA48B8;
}
.TagClassName
{
border-color: #BA48B8;
}
</style>