Shades of Fuchsia #BA62C6
Tints of Fuchsia #BA62C6
RGB
CMYK
RGB Variations
Color information
#BA62C6 (or 0xBA62C6) is known color: Fuchsia. HEX triplet: BA, 62 and C6. RGB value is (186,98,198). Sum of RGB (Red+Green+Blue) = 186+98+198=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA62C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62C6 is #459D39. Grayscale: #878787. Windows color (decimal): -4562234 or 13001402. OLE color: 13001402.
HSL color Cylindrical-coordinate representation of color #BA62C6: hue angle of 292.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA62C6 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 98 | 198 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.22 |
| HSL | 292.8º | 0.47% | 0.58% | - |
| HSV(B) | 292.8º | 0.51% | 0.78% | - |
| XYZ | 34.81 | 23.25 | 56.08 | - |
| YUV | 135.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 198 | 0.06 | 0.51 | 0 | 0.22 | 292.8 | 0.47 | 0.58 |
| Hex | BA | 62 | C6 | 6 | 33 | 0 | 16 | 125 | 2F | 3A |
| Octal | 272 | 142 | 306 | 6 | 63 | 0 | 26 | 445 | 57 | 72 |
| Binary | 10111010 | 1100010 | 11000110 | 110 | 110011 | 0 | 10110 | 100100101 | 101111 | 111010 |
Color Harmonies of #BA62C6
Complementary color
Monochromatic Colors of #BA62C6
Black with #BA62C6
Text Example
Text Example
White with #BA62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62C6; }
p { color: rgb(186,98,198); }
H1.HeaderClassName
{
color: #BA62C6;
}
.AnyTagClassName
{
color: #BA62C6;
}
</style>
background-color css
<style>
a { background-color: #BA62C6; }
a { background-color: rgb(186,98,198); }
div.DivClassName
{
background-color: #BA62C6;
}
.BgClassName
{
background-color: #BA62C6;
}
</style>
border-color css
<style>
span { border-color: #BA62C6; }
span { border-color: rgb(186,98,198); }
td.TdClassName
{
border-color: #BA62C6;
}
.TagClassName
{
border-color: #BA62C6;
}
</style>