Shades of Fuchsia #BA72BA
Tints of Fuchsia #BA72BA
RGB
CMYK
RGB Variations
Color information
#BA72BA (or 0xBA72BA) is known color: Fuchsia. HEX triplet: BA, 72 and BA. RGB value is (186,114,186). Sum of RGB (Red+Green+Blue) = 186+114+186=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72BA is #458D45. Grayscale: #8F8F8F. Windows color (decimal): -4558150 or 12219066. OLE color: 12219066.
HSL color Cylindrical-coordinate representation of color #BA72BA: hue angle of 300º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA72BA is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 186 | - |
| CMYK | 0 | 0.39 | 0 | 0.27 |
| HSL | 300º | 0.34% | 0.59% | - |
| HSV(B) | 300º | 0.39% | 0.73% | - |
| XYZ | 35.13 | 26.02 | 49.62 | - |
| YUV | 143.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 186 | 0 | 0.39 | 0 | 0.27 | 300 | 0.34 | 0.59 |
| Hex | BA | 72 | BA | 0 | 27 | 0 | 1B | 12C | 22 | 3B |
| Octal | 272 | 162 | 272 | 0 | 47 | 0 | 33 | 454 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10111010 | 0 | 100111 | 0 | 11011 | 100101100 | 100010 | 111011 |
Color Harmonies of #BA72BA
Complementary color
Monochromatic Colors of #BA72BA
Black with #BA72BA
Text Example
Text Example
White with #BA72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72BA; }
p { color: rgb(186,114,186); }
H1.HeaderClassName
{
color: #BA72BA;
}
.AnyTagClassName
{
color: #BA72BA;
}
</style>
background-color css
<style>
a { background-color: #BA72BA; }
a { background-color: rgb(186,114,186); }
div.DivClassName
{
background-color: #BA72BA;
}
.BgClassName
{
background-color: #BA72BA;
}
</style>
border-color css
<style>
span { border-color: #BA72BA; }
span { border-color: rgb(186,114,186); }
td.TdClassName
{
border-color: #BA72BA;
}
.TagClassName
{
border-color: #BA72BA;
}
</style>