Shades of Fuchsia #BA67AD
Tints of Fuchsia #BA67AD
RGB
CMYK
RGB Variations
Color information
#BA67AD (or 0xBA67AD) is known color: Fuchsia. HEX triplet: BA, 67 and AD. RGB value is (186,103,173). Sum of RGB (Red+Green+Blue) = 186+103+173=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA67AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA67AD is #459852. Grayscale: #878787. Windows color (decimal): -4560979 or 11364282. OLE color: 11364282.
HSL color Cylindrical-coordinate representation of color #BA67AD: hue angle of 309.4º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA67AD is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 173 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.27 |
| HSL | 309.4º | 0.38% | 0.57% | - |
| HSV(B) | 309.4º | 0.45% | 0.73% | - |
| XYZ | 32.64 | 23.16 | 42.28 | - |
| YUV | 135.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 173 | 0 | 0.45 | 0.07 | 0.27 | 309.4 | 0.38 | 0.57 |
| Hex | BA | 67 | AD | 0 | 2D | 7 | 1B | 135 | 26 | 39 |
| Octal | 272 | 147 | 255 | 0 | 55 | 7 | 33 | 465 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10101101 | 0 | 101101 | 111 | 11011 | 100110101 | 100110 | 111001 |
Color Harmonies of #BA67AD
Complementary color
Monochromatic Colors of #BA67AD
Black with #BA67AD
Text Example
Text Example
White with #BA67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67AD; }
p { color: rgb(186,103,173); }
H1.HeaderClassName
{
color: #BA67AD;
}
.AnyTagClassName
{
color: #BA67AD;
}
</style>
background-color css
<style>
a { background-color: #BA67AD; }
a { background-color: rgb(186,103,173); }
div.DivClassName
{
background-color: #BA67AD;
}
.BgClassName
{
background-color: #BA67AD;
}
</style>
border-color css
<style>
span { border-color: #BA67AD; }
span { border-color: rgb(186,103,173); }
td.TdClassName
{
border-color: #BA67AD;
}
.TagClassName
{
border-color: #BA67AD;
}
</style>