Shades of Fuchsia #BA38C8
Tints of Fuchsia #BA38C8
RGB
CMYK
RGB Variations
Color information
#BA38C8 (or 0xBA38C8) is known color: Fuchsia. HEX triplet: BA, 38 and C8. RGB value is (186,56,200). Sum of RGB (Red+Green+Blue) = 186+56+200=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA38C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38C8 is #45C737. Grayscale: #6E6E6E. Windows color (decimal): -4572984 or 13121722. OLE color: 13121722.
HSL color Cylindrical-coordinate representation of color #BA38C8: hue angle of 294.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA38C8 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 56 | 200 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.22 |
| HSL | 294.17º | 0.57% | 0.5% | - |
| HSV(B) | 294.17º | 0.72% | 0.78% | - |
| XYZ | 32.09 | 17.44 | 56.32 | - |
| YUV | 111.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 200 | 0.07 | 0.72 | 0 | 0.22 | 294.17 | 0.57 | 0.5 |
| Hex | BA | 38 | C8 | 7 | 48 | 0 | 16 | 126 | 39 | 32 |
| Octal | 272 | 70 | 310 | 7 | 110 | 0 | 26 | 446 | 71 | 62 |
| Binary | 10111010 | 111000 | 11001000 | 111 | 1001000 | 0 | 10110 | 100100110 | 111001 | 110010 |
Color Harmonies of #BA38C8
Complementary color
Monochromatic Colors of #BA38C8
Black with #BA38C8
Text Example
Text Example
White with #BA38C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38C8; }
p { color: rgb(186,56,200); }
H1.HeaderClassName
{
color: #BA38C8;
}
.AnyTagClassName
{
color: #BA38C8;
}
</style>
background-color css
<style>
a { background-color: #BA38C8; }
a { background-color: rgb(186,56,200); }
div.DivClassName
{
background-color: #BA38C8;
}
.BgClassName
{
background-color: #BA38C8;
}
</style>
border-color css
<style>
span { border-color: #BA38C8; }
span { border-color: rgb(186,56,200); }
td.TdClassName
{
border-color: #BA38C8;
}
.TagClassName
{
border-color: #BA38C8;
}
</style>