Shades of Fuchsia #BA69C5
Tints of Fuchsia #BA69C5
RGB
CMYK
RGB Variations
Color information
#BA69C5 (or 0xBA69C5) is known color: Fuchsia. HEX triplet: BA, 69 and C5. RGB value is (186,105,197). Sum of RGB (Red+Green+Blue) = 186+105+197=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA69C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69C5 is #45963A. Grayscale: #8B8B8B. Windows color (decimal): -4560443 or 12937658. OLE color: 12937658.
HSL color Cylindrical-coordinate representation of color #BA69C5: hue angle of 292.83º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA69C5 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 105 | 197 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.23 |
| HSL | 292.83º | 0.44% | 0.59% | - |
| HSV(B) | 292.83º | 0.47% | 0.77% | - |
| XYZ | 35.38 | 24.57 | 55.7 | - |
| YUV | 139.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 197 | 0.06 | 0.47 | 0 | 0.23 | 292.83 | 0.44 | 0.59 |
| Hex | BA | 69 | C5 | 6 | 2F | 0 | 17 | 125 | 2C | 3B |
| Octal | 272 | 151 | 305 | 6 | 57 | 0 | 27 | 445 | 54 | 73 |
| Binary | 10111010 | 1101001 | 11000101 | 110 | 101111 | 0 | 10111 | 100100101 | 101100 | 111011 |
Color Harmonies of #BA69C5
Complementary color
Monochromatic Colors of #BA69C5
Black with #BA69C5
Text Example
Text Example
White with #BA69C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69C5; }
p { color: rgb(186,105,197); }
H1.HeaderClassName
{
color: #BA69C5;
}
.AnyTagClassName
{
color: #BA69C5;
}
</style>
background-color css
<style>
a { background-color: #BA69C5; }
a { background-color: rgb(186,105,197); }
div.DivClassName
{
background-color: #BA69C5;
}
.BgClassName
{
background-color: #BA69C5;
}
</style>
border-color css
<style>
span { border-color: #BA69C5; }
span { border-color: rgb(186,105,197); }
td.TdClassName
{
border-color: #BA69C5;
}
.TagClassName
{
border-color: #BA69C5;
}
</style>