Shades of Fuchsia #BA4BBF
Tints of Fuchsia #BA4BBF
RGB
CMYK
RGB Variations
Color information
#BA4BBF (or 0xBA4BBF) is known color: Fuchsia. HEX triplet: BA, 4B and BF. RGB value is (186,75,191). Sum of RGB (Red+Green+Blue) = 186+75+191=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA4BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BBF is #45B440. Grayscale: #797979. Windows color (decimal): -4568129 or 12536762. OLE color: 12536762.
HSL color Cylindrical-coordinate representation of color #BA4BBF: hue angle of 297.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4BBF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 75 | 191 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.25 |
| HSL | 297.41º | 0.48% | 0.52% | - |
| HSV(B) | 297.41º | 0.61% | 0.75% | - |
| XYZ | 32.17 | 19.23 | 51.31 | - |
| YUV | 121.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 191 | 0.03 | 0.61 | 0 | 0.25 | 297.41 | 0.48 | 0.52 |
| Hex | BA | 4B | BF | 3 | 3D | 0 | 19 | 129 | 30 | 34 |
| Octal | 272 | 113 | 277 | 3 | 75 | 0 | 31 | 451 | 60 | 64 |
| Binary | 10111010 | 1001011 | 10111111 | 11 | 111101 | 0 | 11001 | 100101001 | 110000 | 110100 |
Color Harmonies of #BA4BBF
Complementary color
Monochromatic Colors of #BA4BBF
Black with #BA4BBF
Text Example
Text Example
White with #BA4BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BBF; }
p { color: rgb(186,75,191); }
H1.HeaderClassName
{
color: #BA4BBF;
}
.AnyTagClassName
{
color: #BA4BBF;
}
</style>
background-color css
<style>
a { background-color: #BA4BBF; }
a { background-color: rgb(186,75,191); }
div.DivClassName
{
background-color: #BA4BBF;
}
.BgClassName
{
background-color: #BA4BBF;
}
</style>
border-color css
<style>
span { border-color: #BA4BBF; }
span { border-color: rgb(186,75,191); }
td.TdClassName
{
border-color: #BA4BBF;
}
.TagClassName
{
border-color: #BA4BBF;
}
</style>