Shades of Fuchsia #BA69BD
Tints of Fuchsia #BA69BD
RGB
CMYK
RGB Variations
Color information
#BA69BD (or 0xBA69BD) is known color: Fuchsia. HEX triplet: BA, 69 and BD. RGB value is (186,105,189). Sum of RGB (Red+Green+Blue) = 186+105+189=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69BD is #459642. Grayscale: #8A8A8A. Windows color (decimal): -4560451 or 12413370. OLE color: 12413370.
HSL color Cylindrical-coordinate representation of color #BA69BD: hue angle of 297.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA69BD is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 105 | 189 | - |
CMYK | 0.02 | 0.44 | 0 | 0.26 |
HSL | 297.86º | 0.39% | 0.58% | - |
HSV(B) | 297.86º | 0.44% | 0.74% | - |
XYZ | 34.49 | 24.22 | 51 | - |
YUV | 138.8 | 156.34 | 161.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 105 | 189 | 0.02 | 0.44 | 0 | 0.26 | 297.86 | 0.39 | 0.58 |
Hex | BA | 69 | BD | 2 | 2C | 0 | 1A | 12A | 27 | 3A |
Octal | 272 | 151 | 275 | 2 | 54 | 0 | 32 | 452 | 47 | 72 |
Binary | 10111010 | 1101001 | 10111101 | 10 | 101100 | 0 | 11010 | 100101010 | 100111 | 111010 |
Color Harmonies of #BA69BD
Complementary color
Monochromatic Colors of #BA69BD
Black with #BA69BD
Text Example
Text Example
White with #BA69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69BD; }
p { color: rgb(186,105,189); }
H1.HeaderClassName
{
color: #BA69BD;
}
.AnyTagClassName
{
color: #BA69BD;
}
</style>
background-color css
<style>
a { background-color: #BA69BD; }
a { background-color: rgb(186,105,189); }
div.DivClassName
{
background-color: #BA69BD;
}
.BgClassName
{
background-color: #BA69BD;
}
</style>
border-color css
<style>
span { border-color: #BA69BD; }
span { border-color: rgb(186,105,189); }
td.TdClassName
{
border-color: #BA69BD;
}
.TagClassName
{
border-color: #BA69BD;
}
</style>