Shades of Fuchsia #BA50B3
Tints of Fuchsia #BA50B3
RGB
CMYK
RGB Variations
Color information
#BA50B3 (or 0xBA50B3) is known color: Fuchsia. HEX triplet: BA, 50 and B3. RGB value is (186,80,179). Sum of RGB (Red+Green+Blue) = 186+80+179=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50B3 is #45AF4C. Grayscale: #7A7A7A. Windows color (decimal): -4566861 or 11751610. OLE color: 11751610.
HSL color Cylindrical-coordinate representation of color #BA50B3: hue angle of 303.96º 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 #BA50B3 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 179 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.27 |
| HSL | 303.96º | 0.43% | 0.52% | - |
| HSV(B) | 303.96º | 0.57% | 0.73% | - |
| XYZ | 31.26 | 19.43 | 44.75 | - |
| YUV | 122.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 179 | 0 | 0.57 | 0.04 | 0.27 | 303.96 | 0.43 | 0.52 |
| Hex | BA | 50 | B3 | 0 | 39 | 4 | 1B | 130 | 2B | 34 |
| Octal | 272 | 120 | 263 | 0 | 71 | 4 | 33 | 460 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10110011 | 0 | 111001 | 100 | 11011 | 100110000 | 101011 | 110100 |
Color Harmonies of #BA50B3
Complementary color
Monochromatic Colors of #BA50B3
Black with #BA50B3
Text Example
Text Example
White with #BA50B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50B3; }
p { color: rgb(186,80,179); }
H1.HeaderClassName
{
color: #BA50B3;
}
.AnyTagClassName
{
color: #BA50B3;
}
</style>
background-color css
<style>
a { background-color: #BA50B3; }
a { background-color: rgb(186,80,179); }
div.DivClassName
{
background-color: #BA50B3;
}
.BgClassName
{
background-color: #BA50B3;
}
</style>
border-color css
<style>
span { border-color: #BA50B3; }
span { border-color: rgb(186,80,179); }
td.TdClassName
{
border-color: #BA50B3;
}
.TagClassName
{
border-color: #BA50B3;
}
</style>