Shades of Fuchsia #BA4BBD
Tints of Fuchsia #BA4BBD
RGB
CMYK
RGB Variations
Color information
#BA4BBD (or 0xBA4BBD) is known color: Fuchsia. HEX triplet: BA, 4B and BD. RGB value is (186,75,189). Sum of RGB (Red+Green+Blue) = 186+75+189=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA4BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BBD is #45B442. Grayscale: #787878. Windows color (decimal): -4568131 or 12405690. OLE color: 12405690.
HSL color Cylindrical-coordinate representation of color #BA4BBD: hue angle of 298.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BBD is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 75 | 189 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.26 |
| HSL | 298.42º | 0.46% | 0.52% | - |
| HSV(B) | 298.42º | 0.6% | 0.74% | - |
| XYZ | 31.95 | 19.15 | 50.16 | - |
| YUV | 121.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 189 | 0.02 | 0.60 | 0 | 0.26 | 298.42 | 0.46 | 0.52 |
| Hex | BA | 4B | BD | 2 | 3C | 0 | 1A | 12A | 2E | 34 |
| Octal | 272 | 113 | 275 | 2 | 74 | 0 | 32 | 452 | 56 | 64 |
| Binary | 10111010 | 1001011 | 10111101 | 10 | 111100 | 0 | 11010 | 100101010 | 101110 | 110100 |
Color Harmonies of #BA4BBD
Complementary color
Monochromatic Colors of #BA4BBD
Black with #BA4BBD
Text Example
Text Example
White with #BA4BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BBD; }
p { color: rgb(186,75,189); }
H1.HeaderClassName
{
color: #BA4BBD;
}
.AnyTagClassName
{
color: #BA4BBD;
}
</style>
background-color css
<style>
a { background-color: #BA4BBD; }
a { background-color: rgb(186,75,189); }
div.DivClassName
{
background-color: #BA4BBD;
}
.BgClassName
{
background-color: #BA4BBD;
}
</style>
border-color css
<style>
span { border-color: #BA4BBD; }
span { border-color: rgb(186,75,189); }
td.TdClassName
{
border-color: #BA4BBD;
}
.TagClassName
{
border-color: #BA4BBD;
}
</style>