Shades of Fuchsia #BA62B1
Tints of Fuchsia #BA62B1
RGB
CMYK
RGB Variations
Color information
#BA62B1 (or 0xBA62B1) is known color: Fuchsia. HEX triplet: BA, 62 and B1. RGB value is (186,98,177). Sum of RGB (Red+Green+Blue) = 186+98+177=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62B1 is #459D4E. Grayscale: #858585. Windows color (decimal): -4562255 or 11625146. OLE color: 11625146.
HSL color Cylindrical-coordinate representation of color #BA62B1: hue angle of 306.14º 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 #BA62B1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 177 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.27 |
| HSL | 306.14º | 0.39% | 0.56% | - |
| HSV(B) | 306.14º | 0.47% | 0.73% | - |
| XYZ | 32.55 | 22.35 | 44.19 | - |
| YUV | 133.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 177 | 0 | 0.47 | 0.05 | 0.27 | 306.14 | 0.39 | 0.56 |
| Hex | BA | 62 | B1 | 0 | 2F | 5 | 1B | 132 | 27 | 38 |
| Octal | 272 | 142 | 261 | 0 | 57 | 5 | 33 | 462 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10110001 | 0 | 101111 | 101 | 11011 | 100110010 | 100111 | 111000 |
Color Harmonies of #BA62B1
Complementary color
Monochromatic Colors of #BA62B1
Black with #BA62B1
Text Example
Text Example
White with #BA62B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62B1; }
p { color: rgb(186,98,177); }
H1.HeaderClassName
{
color: #BA62B1;
}
.AnyTagClassName
{
color: #BA62B1;
}
</style>
background-color css
<style>
a { background-color: #BA62B1; }
a { background-color: rgb(186,98,177); }
div.DivClassName
{
background-color: #BA62B1;
}
.BgClassName
{
background-color: #BA62B1;
}
</style>
border-color css
<style>
span { border-color: #BA62B1; }
span { border-color: rgb(186,98,177); }
td.TdClassName
{
border-color: #BA62B1;
}
.TagClassName
{
border-color: #BA62B1;
}
</style>