Shades of Fuchsia #BA59B2
Tints of Fuchsia #BA59B2
RGB
CMYK
RGB Variations
Color information
#BA59B2 (or 0xBA59B2) is known color: Fuchsia. HEX triplet: BA, 59 and B2. RGB value is (186,89,178). Sum of RGB (Red+Green+Blue) = 186+89+178=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59B2 is #45A64D. Grayscale: #7F7F7F. Windows color (decimal): -4564558 or 11688378. OLE color: 11688378.
HSL color Cylindrical-coordinate representation of color #BA59B2: hue angle of 304.95º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA59B2 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 178 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.27 |
| HSL | 304.95º | 0.41% | 0.54% | - |
| HSV(B) | 304.95º | 0.52% | 0.73% | - |
| XYZ | 31.86 | 20.8 | 44.45 | - |
| YUV | 128.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 178 | 0 | 0.52 | 0.04 | 0.27 | 304.95 | 0.41 | 0.54 |
| Hex | BA | 59 | B2 | 0 | 34 | 4 | 1B | 131 | 29 | 36 |
| Octal | 272 | 131 | 262 | 0 | 64 | 4 | 33 | 461 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10110010 | 0 | 110100 | 100 | 11011 | 100110001 | 101001 | 110110 |
Color Harmonies of #BA59B2
Complementary color
Monochromatic Colors of #BA59B2
Black with #BA59B2
Text Example
Text Example
White with #BA59B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59B2; }
p { color: rgb(186,89,178); }
H1.HeaderClassName
{
color: #BA59B2;
}
.AnyTagClassName
{
color: #BA59B2;
}
</style>
background-color css
<style>
a { background-color: #BA59B2; }
a { background-color: rgb(186,89,178); }
div.DivClassName
{
background-color: #BA59B2;
}
.BgClassName
{
background-color: #BA59B2;
}
</style>
border-color css
<style>
span { border-color: #BA59B2; }
span { border-color: rgb(186,89,178); }
td.TdClassName
{
border-color: #BA59B2;
}
.TagClassName
{
border-color: #BA59B2;
}
</style>