Shades of Fuchsia #BA4BAF
Tints of Fuchsia #BA4BAF
RGB
CMYK
RGB Variations
Color information
#BA4BAF (or 0xBA4BAF) is known color: Fuchsia. HEX triplet: BA, 4B and AF. RGB value is (186,75,175). Sum of RGB (Red+Green+Blue) = 186+75+175=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BAF is #45B450. Grayscale: #777777. Windows color (decimal): -4568145 or 11488186. OLE color: 11488186.
HSL color Cylindrical-coordinate representation of color #BA4BAF: hue angle of 305.95º 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 #BA4BAF is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 175 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.27 |
| HSL | 305.95º | 0.45% | 0.51% | - |
| HSV(B) | 305.95º | 0.6% | 0.73% | - |
| XYZ | 30.5 | 18.57 | 42.53 | - |
| YUV | 119.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 175 | 0 | 0.60 | 0.06 | 0.27 | 305.95 | 0.45 | 0.51 |
| Hex | BA | 4B | AF | 0 | 3C | 6 | 1B | 132 | 2D | 33 |
| Octal | 272 | 113 | 257 | 0 | 74 | 6 | 33 | 462 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10101111 | 0 | 111100 | 110 | 11011 | 100110010 | 101101 | 110011 |
Color Harmonies of #BA4BAF
Complementary color
Monochromatic Colors of #BA4BAF
Black with #BA4BAF
Text Example
Text Example
White with #BA4BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BAF; }
p { color: rgb(186,75,175); }
H1.HeaderClassName
{
color: #BA4BAF;
}
.AnyTagClassName
{
color: #BA4BAF;
}
</style>
background-color css
<style>
a { background-color: #BA4BAF; }
a { background-color: rgb(186,75,175); }
div.DivClassName
{
background-color: #BA4BAF;
}
.BgClassName
{
background-color: #BA4BAF;
}
</style>
border-color css
<style>
span { border-color: #BA4BAF; }
span { border-color: rgb(186,75,175); }
td.TdClassName
{
border-color: #BA4BAF;
}
.TagClassName
{
border-color: #BA4BAF;
}
</style>