Shades of Fuchsia #BA69BC
Tints of Fuchsia #BA69BC
RGB
CMYK
RGB Variations
Color information
#BA69BC (or 0xBA69BC) is known color: Fuchsia. HEX triplet: BA, 69 and BC. RGB value is (186,105,188). Sum of RGB (Red+Green+Blue) = 186+105+188=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69BC is #459643. Grayscale: #8A8A8A. Windows color (decimal): -4560452 or 12347834. OLE color: 12347834.
HSL color Cylindrical-coordinate representation of color #BA69BC: hue angle of 298.55º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA69BC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 105 | 188 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.26 |
| HSL | 298.55º | 0.38% | 0.57% | - |
| HSV(B) | 298.55º | 0.44% | 0.74% | - |
| XYZ | 34.38 | 24.17 | 50.43 | - |
| YUV | 138.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 188 | 0.01 | 0.44 | 0 | 0.26 | 298.55 | 0.38 | 0.57 |
| Hex | BA | 69 | BC | 1 | 2C | 0 | 1A | 12B | 26 | 39 |
| Octal | 272 | 151 | 274 | 1 | 54 | 0 | 32 | 453 | 46 | 71 |
| Binary | 10111010 | 1101001 | 10111100 | 1 | 101100 | 0 | 11010 | 100101011 | 100110 | 111001 |
Color Harmonies of #BA69BC
Complementary color
Monochromatic Colors of #BA69BC
Black with #BA69BC
Text Example
Text Example
White with #BA69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69BC; }
p { color: rgb(186,105,188); }
H1.HeaderClassName
{
color: #BA69BC;
}
.AnyTagClassName
{
color: #BA69BC;
}
</style>
background-color css
<style>
a { background-color: #BA69BC; }
a { background-color: rgb(186,105,188); }
div.DivClassName
{
background-color: #BA69BC;
}
.BgClassName
{
background-color: #BA69BC;
}
</style>
border-color css
<style>
span { border-color: #BA69BC; }
span { border-color: rgb(186,105,188); }
td.TdClassName
{
border-color: #BA69BC;
}
.TagClassName
{
border-color: #BA69BC;
}
</style>