Shades of Fuchsia #BA4FB6
Tints of Fuchsia #BA4FB6
RGB
CMYK
RGB Variations
Color information
#BA4FB6 (or 0xBA4FB6) is known color: Fuchsia. HEX triplet: BA, 4F and B6. RGB value is (186,79,182). Sum of RGB (Red+Green+Blue) = 186+79+182=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FB6 is #45B049. Grayscale: #7A7A7A. Windows color (decimal): -4567114 or 11947962. OLE color: 11947962.
HSL color Cylindrical-coordinate representation of color #BA4FB6: hue angle of 302.24º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4FB6 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 182 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.27 |
| HSL | 302.24º | 0.44% | 0.52% | - |
| HSV(B) | 302.24º | 0.58% | 0.73% | - |
| XYZ | 31.49 | 19.41 | 46.34 | - |
| YUV | 122.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 182 | 0 | 0.58 | 0.02 | 0.27 | 302.24 | 0.44 | 0.52 |
| Hex | BA | 4F | B6 | 0 | 3A | 2 | 1B | 12E | 2C | 34 |
| Octal | 272 | 117 | 266 | 0 | 72 | 2 | 33 | 456 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10110110 | 0 | 111010 | 10 | 11011 | 100101110 | 101100 | 110100 |
Color Harmonies of #BA4FB6
Complementary color
Monochromatic Colors of #BA4FB6
Black with #BA4FB6
Text Example
Text Example
White with #BA4FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FB6; }
p { color: rgb(186,79,182); }
H1.HeaderClassName
{
color: #BA4FB6;
}
.AnyTagClassName
{
color: #BA4FB6;
}
</style>
background-color css
<style>
a { background-color: #BA4FB6; }
a { background-color: rgb(186,79,182); }
div.DivClassName
{
background-color: #BA4FB6;
}
.BgClassName
{
background-color: #BA4FB6;
}
</style>
border-color css
<style>
span { border-color: #BA4FB6; }
span { border-color: rgb(186,79,182); }
td.TdClassName
{
border-color: #BA4FB6;
}
.TagClassName
{
border-color: #BA4FB6;
}
</style>