Shades of Fuchsia #BA40BC
Tints of Fuchsia #BA40BC
RGB
CMYK
RGB Variations
Color information
#BA40BC (or 0xBA40BC) is known color: Fuchsia. HEX triplet: BA, 40 and BC. RGB value is (186,64,188). Sum of RGB (Red+Green+Blue) = 186+64+188=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA40BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40BC is #45BF43. Grayscale: #727272. Windows color (decimal): -4570948 or 12337338. OLE color: 12337338.
HSL color Cylindrical-coordinate representation of color #BA40BC: hue angle of 299.03º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA40BC is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 64 | 188 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.26 |
| HSL | 299.03º | 0.49% | 0.49% | - |
| HSV(B) | 299.03º | 0.66% | 0.74% | - |
| XYZ | 31.16 | 17.74 | 49.36 | - |
| YUV | 114.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 188 | 0.01 | 0.66 | 0 | 0.26 | 299.03 | 0.49 | 0.49 |
| Hex | BA | 40 | BC | 1 | 42 | 0 | 1A | 12B | 31 | 31 |
| Octal | 272 | 100 | 274 | 1 | 102 | 0 | 32 | 453 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10111100 | 1 | 1000010 | 0 | 11010 | 100101011 | 110001 | 110001 |
Color Harmonies of #BA40BC
Complementary color
Monochromatic Colors of #BA40BC
Black with #BA40BC
Text Example
Text Example
White with #BA40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40BC; }
p { color: rgb(186,64,188); }
H1.HeaderClassName
{
color: #BA40BC;
}
.AnyTagClassName
{
color: #BA40BC;
}
</style>
background-color css
<style>
a { background-color: #BA40BC; }
a { background-color: rgb(186,64,188); }
div.DivClassName
{
background-color: #BA40BC;
}
.BgClassName
{
background-color: #BA40BC;
}
</style>
border-color css
<style>
span { border-color: #BA40BC; }
span { border-color: rgb(186,64,188); }
td.TdClassName
{
border-color: #BA40BC;
}
.TagClassName
{
border-color: #BA40BC;
}
</style>