Shades of Fuchsia #BA52C5
Tints of Fuchsia #BA52C5
RGB
CMYK
RGB Variations
Color information
#BA52C5 (or 0xBA52C5) is known color: Fuchsia. HEX triplet: BA, 52 and C5. RGB value is (186,82,197). Sum of RGB (Red+Green+Blue) = 186+82+197=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA52C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52C5 is #45AD3A. Grayscale: #7D7D7D. Windows color (decimal): -4566331 or 12931770. OLE color: 12931770.
HSL color Cylindrical-coordinate representation of color #BA52C5: hue angle of 294.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA52C5 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 82 | 197 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.23 |
| HSL | 294.26º | 0.5% | 0.55% | - |
| HSV(B) | 294.26º | 0.58% | 0.77% | - |
| XYZ | 33.35 | 20.5 | 55.02 | - |
| YUV | 126.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 197 | 0.06 | 0.58 | 0 | 0.23 | 294.26 | 0.5 | 0.55 |
| Hex | BA | 52 | C5 | 6 | 3A | 0 | 17 | 126 | 32 | 37 |
| Octal | 272 | 122 | 305 | 6 | 72 | 0 | 27 | 446 | 62 | 67 |
| Binary | 10111010 | 1010010 | 11000101 | 110 | 111010 | 0 | 10111 | 100100110 | 110010 | 110111 |
Color Harmonies of #BA52C5
Complementary color
Monochromatic Colors of #BA52C5
Black with #BA52C5
Text Example
Text Example
White with #BA52C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52C5; }
p { color: rgb(186,82,197); }
H1.HeaderClassName
{
color: #BA52C5;
}
.AnyTagClassName
{
color: #BA52C5;
}
</style>
background-color css
<style>
a { background-color: #BA52C5; }
a { background-color: rgb(186,82,197); }
div.DivClassName
{
background-color: #BA52C5;
}
.BgClassName
{
background-color: #BA52C5;
}
</style>
border-color css
<style>
span { border-color: #BA52C5; }
span { border-color: rgb(186,82,197); }
td.TdClassName
{
border-color: #BA52C5;
}
.TagClassName
{
border-color: #BA52C5;
}
</style>