Shades of Fuchsia #BA70BD
Tints of Fuchsia #BA70BD
RGB
CMYK
RGB Variations
Color information
#BA70BD (or 0xBA70BD) is known color: Fuchsia. HEX triplet: BA, 70 and BD. RGB value is (186,112,189). Sum of RGB (Red+Green+Blue) = 186+112+189=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70BD is #458F42. Grayscale: #8E8E8E. Windows color (decimal): -4558659 or 12415162. OLE color: 12415162.
HSL color Cylindrical-coordinate representation of color #BA70BD: hue angle of 297.66º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA70BD is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 112 | 189 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.26 |
| HSL | 297.66º | 0.37% | 0.59% | - |
| HSV(B) | 297.66º | 0.41% | 0.74% | - |
| XYZ | 35.23 | 25.7 | 51.25 | - |
| YUV | 142.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 189 | 0.02 | 0.41 | 0 | 0.26 | 297.66 | 0.37 | 0.59 |
| Hex | BA | 70 | BD | 2 | 29 | 0 | 1A | 12A | 25 | 3B |
| Octal | 272 | 160 | 275 | 2 | 51 | 0 | 32 | 452 | 45 | 73 |
| Binary | 10111010 | 1110000 | 10111101 | 10 | 101001 | 0 | 11010 | 100101010 | 100101 | 111011 |
Color Harmonies of #BA70BD
Complementary color
Monochromatic Colors of #BA70BD
Black with #BA70BD
Text Example
Text Example
White with #BA70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA70BD; }
p { color: rgb(186,112,189); }
H1.HeaderClassName
{
color: #BA70BD;
}
.AnyTagClassName
{
color: #BA70BD;
}
</style>
background-color css
<style>
a { background-color: #BA70BD; }
a { background-color: rgb(186,112,189); }
div.DivClassName
{
background-color: #BA70BD;
}
.BgClassName
{
background-color: #BA70BD;
}
</style>
border-color css
<style>
span { border-color: #BA70BD; }
span { border-color: rgb(186,112,189); }
td.TdClassName
{
border-color: #BA70BD;
}
.TagClassName
{
border-color: #BA70BD;
}
</style>