Shades of Fuchsia #BA38C5
Tints of Fuchsia #BA38C5
RGB
CMYK
RGB Variations
Color information
#BA38C5 (or 0xBA38C5) is known color: Fuchsia. HEX triplet: BA, 38 and C5. RGB value is (186,56,197). Sum of RGB (Red+Green+Blue) = 186+56+197=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA38C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38C5 is #45C73A. Grayscale: #6E6E6E. Windows color (decimal): -4572987 or 12925114. OLE color: 12925114.
HSL color Cylindrical-coordinate representation of color #BA38C5: hue angle of 295.32º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA38C5 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 56 | 197 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.23 |
| HSL | 295.32º | 0.56% | 0.5% | - |
| HSV(B) | 295.32º | 0.72% | 0.77% | - |
| XYZ | 31.74 | 17.3 | 54.49 | - |
| YUV | 110.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 197 | 0.06 | 0.72 | 0 | 0.23 | 295.32 | 0.56 | 0.5 |
| Hex | BA | 38 | C5 | 6 | 48 | 0 | 17 | 127 | 38 | 32 |
| Octal | 272 | 70 | 305 | 6 | 110 | 0 | 27 | 447 | 70 | 62 |
| Binary | 10111010 | 111000 | 11000101 | 110 | 1001000 | 0 | 10111 | 100100111 | 111000 | 110010 |
Color Harmonies of #BA38C5
Complementary color
Monochromatic Colors of #BA38C5
Black with #BA38C5
Text Example
Text Example
White with #BA38C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38C5; }
p { color: rgb(186,56,197); }
H1.HeaderClassName
{
color: #BA38C5;
}
.AnyTagClassName
{
color: #BA38C5;
}
</style>
background-color css
<style>
a { background-color: #BA38C5; }
a { background-color: rgb(186,56,197); }
div.DivClassName
{
background-color: #BA38C5;
}
.BgClassName
{
background-color: #BA38C5;
}
</style>
border-color css
<style>
span { border-color: #BA38C5; }
span { border-color: rgb(186,56,197); }
td.TdClassName
{
border-color: #BA38C5;
}
.TagClassName
{
border-color: #BA38C5;
}
</style>