Shades of Fuchsia #BA30BB
Tints of Fuchsia #BA30BB
RGB
CMYK
RGB Variations
Color information
#BA30BB (or 0xBA30BB) is known color: Fuchsia. HEX triplet: BA, 30 and BB. RGB value is (186,48,187). Sum of RGB (Red+Green+Blue) = 186+48+187=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA30BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30BB is #45CF44. Grayscale: #686868. Windows color (decimal): -4575045 or 12267706. OLE color: 12267706.
HSL color Cylindrical-coordinate representation of color #BA30BB: hue angle of 299.57º 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 #BA30BB is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 187 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.27 |
| HSL | 299.57º | 0.59% | 0.46% | - |
| HSV(B) | 299.57º | 0.74% | 0.73% | - |
| XYZ | 30.28 | 16.14 | 48.53 | - |
| YUV | 105.11 | 174.22 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 187 | 0.01 | 0.74 | 0 | 0.27 | 299.57 | 0.59 | 0.46 |
| Hex | BA | 30 | BB | 1 | 4A | 0 | 1B | 12C | 3B | 2E |
| Octal | 272 | 60 | 273 | 1 | 112 | 0 | 33 | 454 | 73 | 56 |
| Binary | 10111010 | 110000 | 10111011 | 1 | 1001010 | 0 | 11011 | 100101100 | 111011 | 101110 |
Color Harmonies of #BA30BB
Complementary color
Monochromatic Colors of #BA30BB
Black with #BA30BB
Text Example
Text Example
White with #BA30BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30BB; }
p { color: rgb(186,48,187); }
H1.HeaderClassName
{
color: #BA30BB;
}
.AnyTagClassName
{
color: #BA30BB;
}
</style>
background-color css
<style>
a { background-color: #BA30BB; }
a { background-color: rgb(186,48,187); }
div.DivClassName
{
background-color: #BA30BB;
}
.BgClassName
{
background-color: #BA30BB;
}
</style>
border-color css
<style>
span { border-color: #BA30BB; }
span { border-color: rgb(186,48,187); }
td.TdClassName
{
border-color: #BA30BB;
}
.TagClassName
{
border-color: #BA30BB;
}
</style>