Shades of Fuchsia #BA4BAE
Tints of Fuchsia #BA4BAE
RGB
CMYK
RGB Variations
Color information
#BA4BAE (or 0xBA4BAE) is known color: Fuchsia. HEX triplet: BA, 4B and AE. RGB value is (186,75,174). Sum of RGB (Red+Green+Blue) = 186+75+174=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BAE is #45B451. Grayscale: #777777. Windows color (decimal): -4568146 or 11422650. OLE color: 11422650.
HSL color Cylindrical-coordinate representation of color #BA4BAE: hue angle of 306.49º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BAE is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 174 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.27 |
| HSL | 306.49º | 0.45% | 0.51% | - |
| HSV(B) | 306.49º | 0.6% | 0.73% | - |
| XYZ | 30.41 | 18.53 | 42.02 | - |
| YUV | 119.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 174 | 0 | 0.60 | 0.06 | 0.27 | 306.49 | 0.45 | 0.51 |
| Hex | BA | 4B | AE | 0 | 3C | 6 | 1B | 132 | 2D | 33 |
| Octal | 272 | 113 | 256 | 0 | 74 | 6 | 33 | 462 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10101110 | 0 | 111100 | 110 | 11011 | 100110010 | 101101 | 110011 |
Color Harmonies of #BA4BAE
Complementary color
Monochromatic Colors of #BA4BAE
Black with #BA4BAE
Text Example
Text Example
White with #BA4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BAE; }
p { color: rgb(186,75,174); }
H1.HeaderClassName
{
color: #BA4BAE;
}
.AnyTagClassName
{
color: #BA4BAE;
}
</style>
background-color css
<style>
a { background-color: #BA4BAE; }
a { background-color: rgb(186,75,174); }
div.DivClassName
{
background-color: #BA4BAE;
}
.BgClassName
{
background-color: #BA4BAE;
}
</style>
border-color css
<style>
span { border-color: #BA4BAE; }
span { border-color: rgb(186,75,174); }
td.TdClassName
{
border-color: #BA4BAE;
}
.TagClassName
{
border-color: #BA4BAE;
}
</style>