Shades of Fuchsia #BA69BB
Tints of Fuchsia #BA69BB
RGB
CMYK
RGB Variations
Color information
#BA69BB (or 0xBA69BB) is known color: Fuchsia. HEX triplet: BA, 69 and BB. RGB value is (186,105,187). Sum of RGB (Red+Green+Blue) = 186+105+187=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA69BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69BB is #459644. Grayscale: #8A8A8A. Windows color (decimal): -4560453 or 12282298. OLE color: 12282298.
HSL color Cylindrical-coordinate representation of color #BA69BB: hue angle of 299.27º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA69BB is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 187 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.27 |
| HSL | 299.27º | 0.38% | 0.57% | - |
| HSV(B) | 299.27º | 0.44% | 0.73% | - |
| XYZ | 34.27 | 24.13 | 49.87 | - |
| YUV | 138.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 187 | 0.01 | 0.44 | 0 | 0.27 | 299.27 | 0.38 | 0.57 |
| Hex | BA | 69 | BB | 1 | 2C | 0 | 1B | 12B | 26 | 39 |
| Octal | 272 | 151 | 273 | 1 | 54 | 0 | 33 | 453 | 46 | 71 |
| Binary | 10111010 | 1101001 | 10111011 | 1 | 101100 | 0 | 11011 | 100101011 | 100110 | 111001 |
Color Harmonies of #BA69BB
Complementary color
Monochromatic Colors of #BA69BB
Black with #BA69BB
Text Example
Text Example
White with #BA69BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69BB; }
p { color: rgb(186,105,187); }
H1.HeaderClassName
{
color: #BA69BB;
}
.AnyTagClassName
{
color: #BA69BB;
}
</style>
background-color css
<style>
a { background-color: #BA69BB; }
a { background-color: rgb(186,105,187); }
div.DivClassName
{
background-color: #BA69BB;
}
.BgClassName
{
background-color: #BA69BB;
}
</style>
border-color css
<style>
span { border-color: #BA69BB; }
span { border-color: rgb(186,105,187); }
td.TdClassName
{
border-color: #BA69BB;
}
.TagClassName
{
border-color: #BA69BB;
}
</style>