Shades of Fuchsia #BA69BF
Tints of Fuchsia #BA69BF
RGB
CMYK
RGB Variations
Color information
#BA69BF (or 0xBA69BF) is known color: Fuchsia. HEX triplet: BA, 69 and BF. RGB value is (186,105,191). Sum of RGB (Red+Green+Blue) = 186+105+191=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA69BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69BF is #459640. Grayscale: #8A8A8A. Windows color (decimal): -4560449 or 12544442. OLE color: 12544442.
HSL color Cylindrical-coordinate representation of color #BA69BF: hue angle of 296.51º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA69BF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 105 | 191 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.25 |
| HSL | 296.51º | 0.4% | 0.58% | - |
| HSV(B) | 296.51º | 0.45% | 0.75% | - |
| XYZ | 34.71 | 24.3 | 52.15 | - |
| YUV | 139.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 191 | 0.03 | 0.45 | 0 | 0.25 | 296.51 | 0.4 | 0.58 |
| Hex | BA | 69 | BF | 3 | 2D | 0 | 19 | 129 | 28 | 3A |
| Octal | 272 | 151 | 277 | 3 | 55 | 0 | 31 | 451 | 50 | 72 |
| Binary | 10111010 | 1101001 | 10111111 | 11 | 101101 | 0 | 11001 | 100101001 | 101000 | 111010 |
Color Harmonies of #BA69BF
Complementary color
Monochromatic Colors of #BA69BF
Black with #BA69BF
Text Example
Text Example
White with #BA69BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69BF; }
p { color: rgb(186,105,191); }
H1.HeaderClassName
{
color: #BA69BF;
}
.AnyTagClassName
{
color: #BA69BF;
}
</style>
background-color css
<style>
a { background-color: #BA69BF; }
a { background-color: rgb(186,105,191); }
div.DivClassName
{
background-color: #BA69BF;
}
.BgClassName
{
background-color: #BA69BF;
}
</style>
border-color css
<style>
span { border-color: #BA69BF; }
span { border-color: rgb(186,105,191); }
td.TdClassName
{
border-color: #BA69BF;
}
.TagClassName
{
border-color: #BA69BF;
}
</style>