Shades of Fuchsia #BA62BC
Tints of Fuchsia #BA62BC
RGB
CMYK
RGB Variations
Color information
#BA62BC (or 0xBA62BC) is known color: Fuchsia. HEX triplet: BA, 62 and BC. RGB value is (186,98,188). Sum of RGB (Red+Green+Blue) = 186+98+188=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA62BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62BC is #459D43. Grayscale: #868686. Windows color (decimal): -4562244 or 12346042. OLE color: 12346042.
HSL color Cylindrical-coordinate representation of color #BA62BC: hue angle of 298.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA62BC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 98 | 188 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.26 |
| HSL | 298.67º | 0.4% | 0.56% | - |
| HSV(B) | 298.67º | 0.48% | 0.74% | - |
| XYZ | 33.69 | 22.81 | 50.2 | - |
| YUV | 134.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 188 | 0.01 | 0.48 | 0 | 0.26 | 298.67 | 0.4 | 0.56 |
| Hex | BA | 62 | BC | 1 | 30 | 0 | 1A | 12B | 28 | 38 |
| Octal | 272 | 142 | 274 | 1 | 60 | 0 | 32 | 453 | 50 | 70 |
| Binary | 10111010 | 1100010 | 10111100 | 1 | 110000 | 0 | 11010 | 100101011 | 101000 | 111000 |
Color Harmonies of #BA62BC
Complementary color
Monochromatic Colors of #BA62BC
Black with #BA62BC
Text Example
Text Example
White with #BA62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62BC; }
p { color: rgb(186,98,188); }
H1.HeaderClassName
{
color: #BA62BC;
}
.AnyTagClassName
{
color: #BA62BC;
}
</style>
background-color css
<style>
a { background-color: #BA62BC; }
a { background-color: rgb(186,98,188); }
div.DivClassName
{
background-color: #BA62BC;
}
.BgClassName
{
background-color: #BA62BC;
}
</style>
border-color css
<style>
span { border-color: #BA62BC; }
span { border-color: rgb(186,98,188); }
td.TdClassName
{
border-color: #BA62BC;
}
.TagClassName
{
border-color: #BA62BC;
}
</style>