Shades of Fuchsia #BA30B8
Tints of Fuchsia #BA30B8
RGB
CMYK
RGB Variations
Color information
#BA30B8 (or 0xBA30B8) is known color: Fuchsia. HEX triplet: BA, 30 and B8. RGB value is (186,48,184). Sum of RGB (Red+Green+Blue) = 186+48+184=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30B8 is #45CF47. Grayscale: #686868. Windows color (decimal): -4575048 or 12071098. OLE color: 12071098.
HSL color Cylindrical-coordinate representation of color #BA30B8: hue angle of 300.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA30B8 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 184 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.27 |
| HSL | 300.87º | 0.59% | 0.46% | - |
| HSV(B) | 300.87º | 0.74% | 0.73% | - |
| XYZ | 29.96 | 16.01 | 46.86 | - |
| YUV | 104.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 184 | 0 | 0.74 | 0.01 | 0.27 | 300.87 | 0.59 | 0.46 |
| Hex | BA | 30 | B8 | 0 | 4A | 1 | 1B | 12D | 3B | 2E |
| Octal | 272 | 60 | 270 | 0 | 112 | 1 | 33 | 455 | 73 | 56 |
| Binary | 10111010 | 110000 | 10111000 | 0 | 1001010 | 1 | 11011 | 100101101 | 111011 | 101110 |
Color Harmonies of #BA30B8
Complementary color
Monochromatic Colors of #BA30B8
Black with #BA30B8
Text Example
Text Example
White with #BA30B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30B8; }
p { color: rgb(186,48,184); }
H1.HeaderClassName
{
color: #BA30B8;
}
.AnyTagClassName
{
color: #BA30B8;
}
</style>
background-color css
<style>
a { background-color: #BA30B8; }
a { background-color: rgb(186,48,184); }
div.DivClassName
{
background-color: #BA30B8;
}
.BgClassName
{
background-color: #BA30B8;
}
</style>
border-color css
<style>
span { border-color: #BA30B8; }
span { border-color: rgb(186,48,184); }
td.TdClassName
{
border-color: #BA30B8;
}
.TagClassName
{
border-color: #BA30B8;
}
</style>