Shades of Fuchsia #BA65AF
Tints of Fuchsia #BA65AF
RGB
CMYK
RGB Variations
Color information
#BA65AF (or 0xBA65AF) is known color: Fuchsia. HEX triplet: BA, 65 and AF. RGB value is (186,101,175). Sum of RGB (Red+Green+Blue) = 186+101+175=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA65AF is #459A50. Grayscale: #868686. Windows color (decimal): -4561489 or 11494842. OLE color: 11494842.
HSL color Cylindrical-coordinate representation of color #BA65AF: hue angle of 307.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA65AF is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 175 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.27 |
| HSL | 307.76º | 0.38% | 0.56% | - |
| HSV(B) | 307.76º | 0.46% | 0.73% | - |
| XYZ | 32.64 | 22.84 | 43.25 | - |
| YUV | 134.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 175 | 0 | 0.46 | 0.06 | 0.27 | 307.76 | 0.38 | 0.56 |
| Hex | BA | 65 | AF | 0 | 2E | 6 | 1B | 134 | 26 | 38 |
| Octal | 272 | 145 | 257 | 0 | 56 | 6 | 33 | 464 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10101111 | 0 | 101110 | 110 | 11011 | 100110100 | 100110 | 111000 |
Color Harmonies of #BA65AF
Complementary color
Monochromatic Colors of #BA65AF
Black with #BA65AF
Text Example
Text Example
White with #BA65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65AF; }
p { color: rgb(186,101,175); }
H1.HeaderClassName
{
color: #BA65AF;
}
.AnyTagClassName
{
color: #BA65AF;
}
</style>
background-color css
<style>
a { background-color: #BA65AF; }
a { background-color: rgb(186,101,175); }
div.DivClassName
{
background-color: #BA65AF;
}
.BgClassName
{
background-color: #BA65AF;
}
</style>
border-color css
<style>
span { border-color: #BA65AF; }
span { border-color: rgb(186,101,175); }
td.TdClassName
{
border-color: #BA65AF;
}
.TagClassName
{
border-color: #BA65AF;
}
</style>