Shades of Fuchsia #BA30BC
Tints of Fuchsia #BA30BC
RGB
CMYK
RGB Variations
Color information
#BA30BC (or 0xBA30BC) is known color: Fuchsia. HEX triplet: BA, 30 and BC. RGB value is (186,48,188). Sum of RGB (Red+Green+Blue) = 186+48+188=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30BC is #45CF43. Grayscale: #686868. Windows color (decimal): -4575044 or 12333242. OLE color: 12333242.
HSL color Cylindrical-coordinate representation of color #BA30BC: hue angle of 299.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA30BC is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 48 | 188 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.26 |
| HSL | 299.14º | 0.59% | 0.46% | - |
| HSV(B) | 299.14º | 0.74% | 0.74% | - |
| XYZ | 30.38 | 16.18 | 49.1 | - |
| YUV | 105.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 188 | 0.01 | 0.74 | 0 | 0.26 | 299.14 | 0.59 | 0.46 |
| Hex | BA | 30 | BC | 1 | 4A | 0 | 1A | 12B | 3B | 2E |
| Octal | 272 | 60 | 274 | 1 | 112 | 0 | 32 | 453 | 73 | 56 |
| Binary | 10111010 | 110000 | 10111100 | 1 | 1001010 | 0 | 11010 | 100101011 | 111011 | 101110 |
Color Harmonies of #BA30BC
Complementary color
Monochromatic Colors of #BA30BC
Black with #BA30BC
Text Example
Text Example
White with #BA30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30BC; }
p { color: rgb(186,48,188); }
H1.HeaderClassName
{
color: #BA30BC;
}
.AnyTagClassName
{
color: #BA30BC;
}
</style>
background-color css
<style>
a { background-color: #BA30BC; }
a { background-color: rgb(186,48,188); }
div.DivClassName
{
background-color: #BA30BC;
}
.BgClassName
{
background-color: #BA30BC;
}
</style>
border-color css
<style>
span { border-color: #BA30BC; }
span { border-color: rgb(186,48,188); }
td.TdClassName
{
border-color: #BA30BC;
}
.TagClassName
{
border-color: #BA30BC;
}
</style>