Shades of Fuchsia #BA72B2
Tints of Fuchsia #BA72B2
RGB
CMYK
RGB Variations
Color information
#BA72B2 (or 0xBA72B2) is known color: Fuchsia. HEX triplet: BA, 72 and B2. RGB value is (186,114,178). Sum of RGB (Red+Green+Blue) = 186+114+178=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72B2 is #458D4D. Grayscale: #8E8E8E. Windows color (decimal): -4558158 or 11694778. OLE color: 11694778.
HSL color Cylindrical-coordinate representation of color #BA72B2: hue angle of 306.67º 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 #BA72B2 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 178 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.27 |
| HSL | 306.67º | 0.34% | 0.59% | - |
| HSV(B) | 306.67º | 0.39% | 0.73% | - |
| XYZ | 34.3 | 25.69 | 45.27 | - |
| YUV | 142.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 178 | 0 | 0.39 | 0.04 | 0.27 | 306.67 | 0.34 | 0.59 |
| Hex | BA | 72 | B2 | 0 | 27 | 4 | 1B | 133 | 22 | 3B |
| Octal | 272 | 162 | 262 | 0 | 47 | 4 | 33 | 463 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10110010 | 0 | 100111 | 100 | 11011 | 100110011 | 100010 | 111011 |
Color Harmonies of #BA72B2
Complementary color
Monochromatic Colors of #BA72B2
Black with #BA72B2
Text Example
Text Example
White with #BA72B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72B2; }
p { color: rgb(186,114,178); }
H1.HeaderClassName
{
color: #BA72B2;
}
.AnyTagClassName
{
color: #BA72B2;
}
</style>
background-color css
<style>
a { background-color: #BA72B2; }
a { background-color: rgb(186,114,178); }
div.DivClassName
{
background-color: #BA72B2;
}
.BgClassName
{
background-color: #BA72B2;
}
</style>
border-color css
<style>
span { border-color: #BA72B2; }
span { border-color: rgb(186,114,178); }
td.TdClassName
{
border-color: #BA72B2;
}
.TagClassName
{
border-color: #BA72B2;
}
</style>