Shades of Fuchsia #BA62B7
Tints of Fuchsia #BA62B7
RGB
CMYK
RGB Variations
Color information
#BA62B7 (or 0xBA62B7) is known color: Fuchsia. HEX triplet: BA, 62 and B7. RGB value is (186,98,183). Sum of RGB (Red+Green+Blue) = 186+98+183=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62B7 is #459D48. Grayscale: #858585. Windows color (decimal): -4562249 or 12018362. OLE color: 12018362.
HSL color Cylindrical-coordinate representation of color #BA62B7: hue angle of 302.05º 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 #BA62B7 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 183 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.27 |
| HSL | 302.05º | 0.39% | 0.56% | - |
| HSV(B) | 302.05º | 0.47% | 0.73% | - |
| XYZ | 33.16 | 22.59 | 47.41 | - |
| YUV | 134 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 183 | 0 | 0.47 | 0.02 | 0.27 | 302.05 | 0.39 | 0.56 |
| Hex | BA | 62 | B7 | 0 | 2F | 2 | 1B | 12E | 27 | 38 |
| Octal | 272 | 142 | 267 | 0 | 57 | 2 | 33 | 456 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10110111 | 0 | 101111 | 10 | 11011 | 100101110 | 100111 | 111000 |
Color Harmonies of #BA62B7
Complementary color
Monochromatic Colors of #BA62B7
Black with #BA62B7
Text Example
Text Example
White with #BA62B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62B7; }
p { color: rgb(186,98,183); }
H1.HeaderClassName
{
color: #BA62B7;
}
.AnyTagClassName
{
color: #BA62B7;
}
</style>
background-color css
<style>
a { background-color: #BA62B7; }
a { background-color: rgb(186,98,183); }
div.DivClassName
{
background-color: #BA62B7;
}
.BgClassName
{
background-color: #BA62B7;
}
</style>
border-color css
<style>
span { border-color: #BA62B7; }
span { border-color: rgb(186,98,183); }
td.TdClassName
{
border-color: #BA62B7;
}
.TagClassName
{
border-color: #BA62B7;
}
</style>