Shades of Fuchsia #BA50B5
Tints of Fuchsia #BA50B5
RGB
CMYK
RGB Variations
Color information
#BA50B5 (or 0xBA50B5) is known color: Fuchsia. HEX triplet: BA, 50 and B5. RGB value is (186,80,181). Sum of RGB (Red+Green+Blue) = 186+80+181=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50B5 is #45AF4A. Grayscale: #7A7A7A. Windows color (decimal): -4566859 or 11882682. OLE color: 11882682.
HSL color Cylindrical-coordinate representation of color #BA50B5: hue angle of 302.83º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA50B5 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 181 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.27 |
| HSL | 302.83º | 0.43% | 0.52% | - |
| HSV(B) | 302.83º | 0.57% | 0.73% | - |
| XYZ | 31.46 | 19.51 | 45.82 | - |
| YUV | 123.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 181 | 0 | 0.57 | 0.03 | 0.27 | 302.83 | 0.43 | 0.52 |
| Hex | BA | 50 | B5 | 0 | 39 | 3 | 1B | 12F | 2B | 34 |
| Octal | 272 | 120 | 265 | 0 | 71 | 3 | 33 | 457 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10110101 | 0 | 111001 | 11 | 11011 | 100101111 | 101011 | 110100 |
Color Harmonies of #BA50B5
Complementary color
Monochromatic Colors of #BA50B5
Black with #BA50B5
Text Example
Text Example
White with #BA50B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50B5; }
p { color: rgb(186,80,181); }
H1.HeaderClassName
{
color: #BA50B5;
}
.AnyTagClassName
{
color: #BA50B5;
}
</style>
background-color css
<style>
a { background-color: #BA50B5; }
a { background-color: rgb(186,80,181); }
div.DivClassName
{
background-color: #BA50B5;
}
.BgClassName
{
background-color: #BA50B5;
}
</style>
border-color css
<style>
span { border-color: #BA50B5; }
span { border-color: rgb(186,80,181); }
td.TdClassName
{
border-color: #BA50B5;
}
.TagClassName
{
border-color: #BA50B5;
}
</style>