Shades of Fuchsia #BA4DBE
Tints of Fuchsia #BA4DBE
RGB
CMYK
RGB Variations
Color information
#BA4DBE (or 0xBA4DBE) is known color: Fuchsia. HEX triplet: BA, 4D and BE. RGB value is (186,77,190). Sum of RGB (Red+Green+Blue) = 186+77+190=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DBE is #45B241. Grayscale: #7A7A7A. Windows color (decimal): -4567618 or 12471738. OLE color: 12471738.
HSL color Cylindrical-coordinate representation of color #BA4DBE: hue angle of 297.88º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4DBE is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 77 | 190 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.25 |
| HSL | 297.88º | 0.47% | 0.52% | - |
| HSV(B) | 297.88º | 0.59% | 0.75% | - |
| XYZ | 32.2 | 19.46 | 50.78 | - |
| YUV | 122.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 190 | 0.02 | 0.59 | 0 | 0.25 | 297.88 | 0.47 | 0.52 |
| Hex | BA | 4D | BE | 2 | 3B | 0 | 19 | 12A | 2F | 34 |
| Octal | 272 | 115 | 276 | 2 | 73 | 0 | 31 | 452 | 57 | 64 |
| Binary | 10111010 | 1001101 | 10111110 | 10 | 111011 | 0 | 11001 | 100101010 | 101111 | 110100 |
Color Harmonies of #BA4DBE
Complementary color
Monochromatic Colors of #BA4DBE
Black with #BA4DBE
Text Example
Text Example
White with #BA4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DBE; }
p { color: rgb(186,77,190); }
H1.HeaderClassName
{
color: #BA4DBE;
}
.AnyTagClassName
{
color: #BA4DBE;
}
</style>
background-color css
<style>
a { background-color: #BA4DBE; }
a { background-color: rgb(186,77,190); }
div.DivClassName
{
background-color: #BA4DBE;
}
.BgClassName
{
background-color: #BA4DBE;
}
</style>
border-color css
<style>
span { border-color: #BA4DBE; }
span { border-color: rgb(186,77,190); }
td.TdClassName
{
border-color: #BA4DBE;
}
.TagClassName
{
border-color: #BA4DBE;
}
</style>