Shades of Fuchsia #BA62B0
Tints of Fuchsia #BA62B0
RGB
CMYK
RGB Variations
Color information
#BA62B0 (or 0xBA62B0) is known color: Fuchsia. HEX triplet: BA, 62 and B0. RGB value is (186,98,176). Sum of RGB (Red+Green+Blue) = 186+98+176=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62B0 is #459D4F. Grayscale: #848484. Windows color (decimal): -4562256 or 11559610. OLE color: 11559610.
HSL color Cylindrical-coordinate representation of color #BA62B0: hue angle of 306.82º 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 #BA62B0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 176 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.27 |
| HSL | 306.82º | 0.39% | 0.56% | - |
| HSV(B) | 306.82º | 0.47% | 0.73% | - |
| XYZ | 32.45 | 22.31 | 43.67 | - |
| YUV | 133.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 176 | 0 | 0.47 | 0.05 | 0.27 | 306.82 | 0.39 | 0.56 |
| Hex | BA | 62 | B0 | 0 | 2F | 5 | 1B | 133 | 27 | 38 |
| Octal | 272 | 142 | 260 | 0 | 57 | 5 | 33 | 463 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10110000 | 0 | 101111 | 101 | 11011 | 100110011 | 100111 | 111000 |
Color Harmonies of #BA62B0
Complementary color
Monochromatic Colors of #BA62B0
Black with #BA62B0
Text Example
Text Example
White with #BA62B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62B0; }
p { color: rgb(186,98,176); }
H1.HeaderClassName
{
color: #BA62B0;
}
.AnyTagClassName
{
color: #BA62B0;
}
</style>
background-color css
<style>
a { background-color: #BA62B0; }
a { background-color: rgb(186,98,176); }
div.DivClassName
{
background-color: #BA62B0;
}
.BgClassName
{
background-color: #BA62B0;
}
</style>
border-color css
<style>
span { border-color: #BA62B0; }
span { border-color: rgb(186,98,176); }
td.TdClassName
{
border-color: #BA62B0;
}
.TagClassName
{
border-color: #BA62B0;
}
</style>