Shades of Fuchsia #BA62C2
Tints of Fuchsia #BA62C2
RGB
CMYK
RGB Variations
Color information
#BA62C2 (or 0xBA62C2) is known color: Fuchsia. HEX triplet: BA, 62 and C2. RGB value is (186,98,194). Sum of RGB (Red+Green+Blue) = 186+98+194=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA62C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62C2 is #459D3D. Grayscale: #868686. Windows color (decimal): -4562238 or 12739258. OLE color: 12739258.
HSL color Cylindrical-coordinate representation of color #BA62C2: hue angle of 295º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA62C2 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 98 | 194 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.24 |
| HSL | 295º | 0.44% | 0.57% | - |
| HSV(B) | 295º | 0.49% | 0.76% | - |
| XYZ | 34.35 | 23.07 | 53.68 | - |
| YUV | 135.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 194 | 0.04 | 0.49 | 0 | 0.24 | 295 | 0.44 | 0.57 |
| Hex | BA | 62 | C2 | 4 | 31 | 0 | 18 | 127 | 2C | 39 |
| Octal | 272 | 142 | 302 | 4 | 61 | 0 | 30 | 447 | 54 | 71 |
| Binary | 10111010 | 1100010 | 11000010 | 100 | 110001 | 0 | 11000 | 100100111 | 101100 | 111001 |
Color Harmonies of #BA62C2
Complementary color
Monochromatic Colors of #BA62C2
Black with #BA62C2
Text Example
Text Example
White with #BA62C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62C2; }
p { color: rgb(186,98,194); }
H1.HeaderClassName
{
color: #BA62C2;
}
.AnyTagClassName
{
color: #BA62C2;
}
</style>
background-color css
<style>
a { background-color: #BA62C2; }
a { background-color: rgb(186,98,194); }
div.DivClassName
{
background-color: #BA62C2;
}
.BgClassName
{
background-color: #BA62C2;
}
</style>
border-color css
<style>
span { border-color: #BA62C2; }
span { border-color: rgb(186,98,194); }
td.TdClassName
{
border-color: #BA62C2;
}
.TagClassName
{
border-color: #BA62C2;
}
</style>