Shades of Fuchsia #BA38B0
Tints of Fuchsia #BA38B0
RGB
CMYK
RGB Variations
Color information
#BA38B0 (or 0xBA38B0) is known color: Fuchsia. HEX triplet: BA, 38 and B0. RGB value is (186,56,176). Sum of RGB (Red+Green+Blue) = 186+56+176=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38B0 is #45C74F. Grayscale: #6C6C6C. Windows color (decimal): -4573008 or 11548858. OLE color: 11548858.
HSL color Cylindrical-coordinate representation of color #BA38B0: hue angle of 304.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA38B0 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 176 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.27 |
| HSL | 304.62º | 0.54% | 0.47% | - |
| HSV(B) | 304.62º | 0.7% | 0.73% | - |
| XYZ | 29.5 | 16.4 | 42.69 | - |
| YUV | 108.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 176 | 0 | 0.70 | 0.05 | 0.27 | 304.62 | 0.54 | 0.47 |
| Hex | BA | 38 | B0 | 0 | 46 | 5 | 1B | 131 | 36 | 2F |
| Octal | 272 | 70 | 260 | 0 | 106 | 5 | 33 | 461 | 66 | 57 |
| Binary | 10111010 | 111000 | 10110000 | 0 | 1000110 | 101 | 11011 | 100110001 | 110110 | 101111 |
Color Harmonies of #BA38B0
Complementary color
Monochromatic Colors of #BA38B0
Black with #BA38B0
Text Example
Text Example
White with #BA38B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38B0; }
p { color: rgb(186,56,176); }
H1.HeaderClassName
{
color: #BA38B0;
}
.AnyTagClassName
{
color: #BA38B0;
}
</style>
background-color css
<style>
a { background-color: #BA38B0; }
a { background-color: rgb(186,56,176); }
div.DivClassName
{
background-color: #BA38B0;
}
.BgClassName
{
background-color: #BA38B0;
}
</style>
border-color css
<style>
span { border-color: #BA38B0; }
span { border-color: rgb(186,56,176); }
td.TdClassName
{
border-color: #BA38B0;
}
.TagClassName
{
border-color: #BA38B0;
}
</style>