Shades of Fuchsia #BA30B6
Tints of Fuchsia #BA30B6
RGB
CMYK
RGB Variations
Color information
#BA30B6 (or 0xBA30B6) is known color: Fuchsia. HEX triplet: BA, 30 and B6. RGB value is (186,48,182). Sum of RGB (Red+Green+Blue) = 186+48+182=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30B6 is #45CF49. Grayscale: #686868. Windows color (decimal): -4575050 or 11940026. OLE color: 11940026.
HSL color Cylindrical-coordinate representation of color #BA30B6: hue angle of 301.74º 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 #BA30B6 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 182 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.27 |
| HSL | 301.74º | 0.59% | 0.46% | - |
| HSV(B) | 301.74º | 0.74% | 0.73% | - |
| XYZ | 29.75 | 15.93 | 45.76 | - |
| YUV | 104.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 182 | 0 | 0.74 | 0.02 | 0.27 | 301.74 | 0.59 | 0.46 |
| Hex | BA | 30 | B6 | 0 | 4A | 2 | 1B | 12E | 3B | 2E |
| Octal | 272 | 60 | 266 | 0 | 112 | 2 | 33 | 456 | 73 | 56 |
| Binary | 10111010 | 110000 | 10110110 | 0 | 1001010 | 10 | 11011 | 100101110 | 111011 | 101110 |
Color Harmonies of #BA30B6
Complementary color
Monochromatic Colors of #BA30B6
Black with #BA30B6
Text Example
Text Example
White with #BA30B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30B6; }
p { color: rgb(186,48,182); }
H1.HeaderClassName
{
color: #BA30B6;
}
.AnyTagClassName
{
color: #BA30B6;
}
</style>
background-color css
<style>
a { background-color: #BA30B6; }
a { background-color: rgb(186,48,182); }
div.DivClassName
{
background-color: #BA30B6;
}
.BgClassName
{
background-color: #BA30B6;
}
</style>
border-color css
<style>
span { border-color: #BA30B6; }
span { border-color: rgb(186,48,182); }
td.TdClassName
{
border-color: #BA30B6;
}
.TagClassName
{
border-color: #BA30B6;
}
</style>