Shades of Fuchsia #BA62AF
Tints of Fuchsia #BA62AF
RGB
CMYK
RGB Variations
Color information
#BA62AF (or 0xBA62AF) is known color: Fuchsia. HEX triplet: BA, 62 and AF. RGB value is (186,98,175). Sum of RGB (Red+Green+Blue) = 186+98+175=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62AF is #459D50. Grayscale: #848484. Windows color (decimal): -4562257 or 11494074. OLE color: 11494074.
HSL color Cylindrical-coordinate representation of color #BA62AF: hue angle of 307.5º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA62AF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 175 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.27 |
| HSL | 307.5º | 0.39% | 0.56% | - |
| HSV(B) | 307.5º | 0.47% | 0.73% | - |
| XYZ | 32.36 | 22.27 | 43.15 | - |
| YUV | 133.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 175 | 0 | 0.47 | 0.06 | 0.27 | 307.5 | 0.39 | 0.56 |
| Hex | BA | 62 | AF | 0 | 2F | 6 | 1B | 134 | 27 | 38 |
| Octal | 272 | 142 | 257 | 0 | 57 | 6 | 33 | 464 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10101111 | 0 | 101111 | 110 | 11011 | 100110100 | 100111 | 111000 |
Color Harmonies of #BA62AF
Complementary color
Monochromatic Colors of #BA62AF
Black with #BA62AF
Text Example
Text Example
White with #BA62AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62AF; }
p { color: rgb(186,98,175); }
H1.HeaderClassName
{
color: #BA62AF;
}
.AnyTagClassName
{
color: #BA62AF;
}
</style>
background-color css
<style>
a { background-color: #BA62AF; }
a { background-color: rgb(186,98,175); }
div.DivClassName
{
background-color: #BA62AF;
}
.BgClassName
{
background-color: #BA62AF;
}
</style>
border-color css
<style>
span { border-color: #BA62AF; }
span { border-color: rgb(186,98,175); }
td.TdClassName
{
border-color: #BA62AF;
}
.TagClassName
{
border-color: #BA62AF;
}
</style>