Shades of Fuchsia #BA30BE
Tints of Fuchsia #BA30BE
RGB
CMYK
RGB Variations
Color information
#BA30BE (or 0xBA30BE) is known color: Fuchsia. HEX triplet: BA, 30 and BE. RGB value is (186,48,190). Sum of RGB (Red+Green+Blue) = 186+48+190=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30BE is #45CF41. Grayscale: #696969. Windows color (decimal): -4575042 or 12464314. OLE color: 12464314.
HSL color Cylindrical-coordinate representation of color #BA30BE: hue angle of 298.31º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA30BE is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 48 | 190 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.25 |
| HSL | 298.31º | 0.6% | 0.47% | - |
| HSV(B) | 298.31º | 0.75% | 0.75% | - |
| XYZ | 30.6 | 16.27 | 50.24 | - |
| YUV | 105.45 | 175.72 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 190 | 0.02 | 0.75 | 0 | 0.25 | 298.31 | 0.6 | 0.47 |
| Hex | BA | 30 | BE | 2 | 4B | 0 | 19 | 12A | 3C | 2F |
| Octal | 272 | 60 | 276 | 2 | 113 | 0 | 31 | 452 | 74 | 57 |
| Binary | 10111010 | 110000 | 10111110 | 10 | 1001011 | 0 | 11001 | 100101010 | 111100 | 101111 |
Color Harmonies of #BA30BE
Complementary color
Monochromatic Colors of #BA30BE
Black with #BA30BE
Text Example
Text Example
White with #BA30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30BE; }
p { color: rgb(186,48,190); }
H1.HeaderClassName
{
color: #BA30BE;
}
.AnyTagClassName
{
color: #BA30BE;
}
</style>
background-color css
<style>
a { background-color: #BA30BE; }
a { background-color: rgb(186,48,190); }
div.DivClassName
{
background-color: #BA30BE;
}
.BgClassName
{
background-color: #BA30BE;
}
</style>
border-color css
<style>
span { border-color: #BA30BE; }
span { border-color: rgb(186,48,190); }
td.TdClassName
{
border-color: #BA30BE;
}
.TagClassName
{
border-color: #BA30BE;
}
</style>