Shades of Fuchsia #BA6FB4
Tints of Fuchsia #BA6FB4
RGB
CMYK
RGB Variations
Color information
#BA6FB4 (or 0xBA6FB4) is known color: Fuchsia. HEX triplet: BA, 6F and B4. RGB value is (186,111,180). Sum of RGB (Red+Green+Blue) = 186+111+180=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FB4 is #45904B. Grayscale: #8D8D8D. Windows color (decimal): -4558924 or 11825082. OLE color: 11825082.
HSL color Cylindrical-coordinate representation of color #BA6FB4: hue angle of 304.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6FB4 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 180 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.27 |
| HSL | 304.8º | 0.35% | 0.58% | - |
| HSV(B) | 304.8º | 0.4% | 0.73% | - |
| XYZ | 34.17 | 25.1 | 46.22 | - |
| YUV | 141.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 180 | 0 | 0.40 | 0.03 | 0.27 | 304.8 | 0.35 | 0.58 |
| Hex | BA | 6F | B4 | 0 | 28 | 3 | 1B | 131 | 23 | 3A |
| Octal | 272 | 157 | 264 | 0 | 50 | 3 | 33 | 461 | 43 | 72 |
| Binary | 10111010 | 1101111 | 10110100 | 0 | 101000 | 11 | 11011 | 100110001 | 100011 | 111010 |
Color Harmonies of #BA6FB4
Complementary color
Monochromatic Colors of #BA6FB4
Black with #BA6FB4
Text Example
Text Example
White with #BA6FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FB4; }
p { color: rgb(186,111,180); }
H1.HeaderClassName
{
color: #BA6FB4;
}
.AnyTagClassName
{
color: #BA6FB4;
}
</style>
background-color css
<style>
a { background-color: #BA6FB4; }
a { background-color: rgb(186,111,180); }
div.DivClassName
{
background-color: #BA6FB4;
}
.BgClassName
{
background-color: #BA6FB4;
}
</style>
border-color css
<style>
span { border-color: #BA6FB4; }
span { border-color: rgb(186,111,180); }
td.TdClassName
{
border-color: #BA6FB4;
}
.TagClassName
{
border-color: #BA6FB4;
}
</style>