Shades of Fuchsia #BA35C8
Tints of Fuchsia #BA35C8
RGB
CMYK
RGB Variations
Color information
#BA35C8 (or 0xBA35C8) is known color: Fuchsia. HEX triplet: BA, 35 and C8. RGB value is (186,53,200). Sum of RGB (Red+Green+Blue) = 186+53+200=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA35C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35C8 is #45CA37. Grayscale: #6D6D6D. Windows color (decimal): -4573752 or 13120954. OLE color: 13120954.
HSL color Cylindrical-coordinate representation of color #BA35C8: hue angle of 294.29º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA35C8 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 53 | 200 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.22 |
| HSL | 294.29º | 0.58% | 0.5% | - |
| HSV(B) | 294.29º | 0.74% | 0.78% | - |
| XYZ | 31.95 | 17.16 | 56.27 | - |
| YUV | 109.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 200 | 0.07 | 0.74 | 0 | 0.22 | 294.29 | 0.58 | 0.5 |
| Hex | BA | 35 | C8 | 7 | 4A | 0 | 16 | 126 | 3A | 32 |
| Octal | 272 | 65 | 310 | 7 | 112 | 0 | 26 | 446 | 72 | 62 |
| Binary | 10111010 | 110101 | 11001000 | 111 | 1001010 | 0 | 10110 | 100100110 | 111010 | 110010 |
Color Harmonies of #BA35C8
Complementary color
Monochromatic Colors of #BA35C8
Black with #BA35C8
Text Example
Text Example
White with #BA35C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35C8; }
p { color: rgb(186,53,200); }
H1.HeaderClassName
{
color: #BA35C8;
}
.AnyTagClassName
{
color: #BA35C8;
}
</style>
background-color css
<style>
a { background-color: #BA35C8; }
a { background-color: rgb(186,53,200); }
div.DivClassName
{
background-color: #BA35C8;
}
.BgClassName
{
background-color: #BA35C8;
}
</style>
border-color css
<style>
span { border-color: #BA35C8; }
span { border-color: rgb(186,53,200); }
td.TdClassName
{
border-color: #BA35C8;
}
.TagClassName
{
border-color: #BA35C8;
}
</style>