Shades of Fuchsia #BA70B9
Tints of Fuchsia #BA70B9
RGB
CMYK
RGB Variations
Color information
#BA70B9 (or 0xBA70B9) is known color: Fuchsia. HEX triplet: BA, 70 and B9. RGB value is (186,112,185). Sum of RGB (Red+Green+Blue) = 186+112+185=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA70B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70B9 is #458F46. Grayscale: #8E8E8E. Windows color (decimal): -4558663 or 12153018. OLE color: 12153018.
HSL color Cylindrical-coordinate representation of color #BA70B9: hue angle of 300.81º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA70B9 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 185 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.27 |
| HSL | 300.81º | 0.35% | 0.58% | - |
| HSV(B) | 300.81º | 0.4% | 0.73% | - |
| XYZ | 34.8 | 25.53 | 48.99 | - |
| YUV | 142.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 185 | 0 | 0.40 | 0.01 | 0.27 | 300.81 | 0.35 | 0.58 |
| Hex | BA | 70 | B9 | 0 | 28 | 1 | 1B | 12D | 23 | 3A |
| Octal | 272 | 160 | 271 | 0 | 50 | 1 | 33 | 455 | 43 | 72 |
| Binary | 10111010 | 1110000 | 10111001 | 0 | 101000 | 1 | 11011 | 100101101 | 100011 | 111010 |
Color Harmonies of #BA70B9
Complementary color
Monochromatic Colors of #BA70B9
Black with #BA70B9
Text Example
Text Example
White with #BA70B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA70B9; }
p { color: rgb(186,112,185); }
H1.HeaderClassName
{
color: #BA70B9;
}
.AnyTagClassName
{
color: #BA70B9;
}
</style>
background-color css
<style>
a { background-color: #BA70B9; }
a { background-color: rgb(186,112,185); }
div.DivClassName
{
background-color: #BA70B9;
}
.BgClassName
{
background-color: #BA70B9;
}
</style>
border-color css
<style>
span { border-color: #BA70B9; }
span { border-color: rgb(186,112,185); }
td.TdClassName
{
border-color: #BA70B9;
}
.TagClassName
{
border-color: #BA70B9;
}
</style>