Shades of Fuchsia #BA48C3
Tints of Fuchsia #BA48C3
RGB
CMYK
RGB Variations
Color information
#BA48C3 (or 0xBA48C3) is known color: Fuchsia. HEX triplet: BA, 48 and C3. RGB value is (186,72,195). Sum of RGB (Red+Green+Blue) = 186+72+195=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA48C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48C3 is #45B73C. Grayscale: #777777. Windows color (decimal): -4568893 or 12798138. OLE color: 12798138.
HSL color Cylindrical-coordinate representation of color #BA48C3: hue angle of 295.61º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA48C3 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 72 | 195 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.24 |
| HSL | 295.61º | 0.51% | 0.52% | - |
| HSV(B) | 295.61º | 0.63% | 0.76% | - |
| XYZ | 32.42 | 19.01 | 53.59 | - |
| YUV | 120.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 195 | 0.05 | 0.63 | 0 | 0.24 | 295.61 | 0.51 | 0.52 |
| Hex | BA | 48 | C3 | 5 | 3F | 0 | 18 | 128 | 33 | 34 |
| Octal | 272 | 110 | 303 | 5 | 77 | 0 | 30 | 450 | 63 | 64 |
| Binary | 10111010 | 1001000 | 11000011 | 101 | 111111 | 0 | 11000 | 100101000 | 110011 | 110100 |
Color Harmonies of #BA48C3
Complementary color
Monochromatic Colors of #BA48C3
Black with #BA48C3
Text Example
Text Example
White with #BA48C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48C3; }
p { color: rgb(186,72,195); }
H1.HeaderClassName
{
color: #BA48C3;
}
.AnyTagClassName
{
color: #BA48C3;
}
</style>
background-color css
<style>
a { background-color: #BA48C3; }
a { background-color: rgb(186,72,195); }
div.DivClassName
{
background-color: #BA48C3;
}
.BgClassName
{
background-color: #BA48C3;
}
</style>
border-color css
<style>
span { border-color: #BA48C3; }
span { border-color: rgb(186,72,195); }
td.TdClassName
{
border-color: #BA48C3;
}
.TagClassName
{
border-color: #BA48C3;
}
</style>