Shades of Fuchsia #BA61BD
Tints of Fuchsia #BA61BD
RGB
CMYK
RGB Variations
Color information
#BA61BD (or 0xBA61BD) is known color: Fuchsia. HEX triplet: BA, 61 and BD. RGB value is (186,97,189). Sum of RGB (Red+Green+Blue) = 186+97+189=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA61BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61BD is #459E42. Grayscale: #858585. Windows color (decimal): -4562499 or 12411322. OLE color: 12411322.
HSL color Cylindrical-coordinate representation of color #BA61BD: hue angle of 298.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA61BD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 97 | 189 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.26 |
| HSL | 298.04º | 0.41% | 0.56% | - |
| HSV(B) | 298.04º | 0.49% | 0.74% | - |
| XYZ | 33.71 | 22.66 | 50.74 | - |
| YUV | 134.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 189 | 0.02 | 0.49 | 0 | 0.26 | 298.04 | 0.41 | 0.56 |
| Hex | BA | 61 | BD | 2 | 31 | 0 | 1A | 12A | 29 | 38 |
| Octal | 272 | 141 | 275 | 2 | 61 | 0 | 32 | 452 | 51 | 70 |
| Binary | 10111010 | 1100001 | 10111101 | 10 | 110001 | 0 | 11010 | 100101010 | 101001 | 111000 |
Color Harmonies of #BA61BD
Complementary color
Monochromatic Colors of #BA61BD
Black with #BA61BD
Text Example
Text Example
White with #BA61BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61BD; }
p { color: rgb(186,97,189); }
H1.HeaderClassName
{
color: #BA61BD;
}
.AnyTagClassName
{
color: #BA61BD;
}
</style>
background-color css
<style>
a { background-color: #BA61BD; }
a { background-color: rgb(186,97,189); }
div.DivClassName
{
background-color: #BA61BD;
}
.BgClassName
{
background-color: #BA61BD;
}
</style>
border-color css
<style>
span { border-color: #BA61BD; }
span { border-color: rgb(186,97,189); }
td.TdClassName
{
border-color: #BA61BD;
}
.TagClassName
{
border-color: #BA61BD;
}
</style>