Shades of Fuchsia #BA72B5
Tints of Fuchsia #BA72B5
RGB
CMYK
RGB Variations
Color information
#BA72B5 (or 0xBA72B5) is known color: Fuchsia. HEX triplet: BA, 72 and B5. RGB value is (186,114,181). Sum of RGB (Red+Green+Blue) = 186+114+181=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72B5 is #458D4A. Grayscale: #8E8E8E. Windows color (decimal): -4558155 or 11891386. OLE color: 11891386.
HSL color Cylindrical-coordinate representation of color #BA72B5: hue angle of 304.17º 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 #BA72B5 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 181 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.27 |
| HSL | 304.17º | 0.34% | 0.59% | - |
| HSV(B) | 304.17º | 0.39% | 0.73% | - |
| XYZ | 34.61 | 25.81 | 46.87 | - |
| YUV | 143.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 181 | 0 | 0.39 | 0.03 | 0.27 | 304.17 | 0.34 | 0.59 |
| Hex | BA | 72 | B5 | 0 | 27 | 3 | 1B | 130 | 22 | 3B |
| Octal | 272 | 162 | 265 | 0 | 47 | 3 | 33 | 460 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10110101 | 0 | 100111 | 11 | 11011 | 100110000 | 100010 | 111011 |
Color Harmonies of #BA72B5
Complementary color
Monochromatic Colors of #BA72B5
Black with #BA72B5
Text Example
Text Example
White with #BA72B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72B5; }
p { color: rgb(186,114,181); }
H1.HeaderClassName
{
color: #BA72B5;
}
.AnyTagClassName
{
color: #BA72B5;
}
</style>
background-color css
<style>
a { background-color: #BA72B5; }
a { background-color: rgb(186,114,181); }
div.DivClassName
{
background-color: #BA72B5;
}
.BgClassName
{
background-color: #BA72B5;
}
</style>
border-color css
<style>
span { border-color: #BA72B5; }
span { border-color: rgb(186,114,181); }
td.TdClassName
{
border-color: #BA72B5;
}
.TagClassName
{
border-color: #BA72B5;
}
</style>