Shades of Fuchsia #BA75BD
Tints of Fuchsia #BA75BD
RGB
CMYK
RGB Variations
Color information
#BA75BD (or 0xBA75BD) is known color: Fuchsia. HEX triplet: BA, 75 and BD. RGB value is (186,117,189). Sum of RGB (Red+Green+Blue) = 186+117+189=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA75BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75BD is #458A42. Grayscale: #919191. Windows color (decimal): -4557379 or 12416442. OLE color: 12416442.
HSL color Cylindrical-coordinate representation of color #BA75BD: hue angle of 297.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA75BD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 117 | 189 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.26 |
| HSL | 297.5º | 0.35% | 0.6% | - |
| HSV(B) | 297.5º | 0.38% | 0.74% | - |
| XYZ | 35.8 | 26.84 | 51.44 | - |
| YUV | 145.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 189 | 0.02 | 0.38 | 0 | 0.26 | 297.5 | 0.35 | 0.6 |
| Hex | BA | 75 | BD | 2 | 26 | 0 | 1A | 12A | 23 | 3C |
| Octal | 272 | 165 | 275 | 2 | 46 | 0 | 32 | 452 | 43 | 74 |
| Binary | 10111010 | 1110101 | 10111101 | 10 | 100110 | 0 | 11010 | 100101010 | 100011 | 111100 |
Color Harmonies of #BA75BD
Complementary color
Monochromatic Colors of #BA75BD
Black with #BA75BD
Text Example
Text Example
White with #BA75BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75BD; }
p { color: rgb(186,117,189); }
H1.HeaderClassName
{
color: #BA75BD;
}
.AnyTagClassName
{
color: #BA75BD;
}
</style>
background-color css
<style>
a { background-color: #BA75BD; }
a { background-color: rgb(186,117,189); }
div.DivClassName
{
background-color: #BA75BD;
}
.BgClassName
{
background-color: #BA75BD;
}
</style>
border-color css
<style>
span { border-color: #BA75BD; }
span { border-color: rgb(186,117,189); }
td.TdClassName
{
border-color: #BA75BD;
}
.TagClassName
{
border-color: #BA75BD;
}
</style>