Shades of Fuchsia #BA38B5
Tints of Fuchsia #BA38B5
RGB
CMYK
RGB Variations
Color information
#BA38B5 (or 0xBA38B5) is known color: Fuchsia. HEX triplet: BA, 38 and B5. RGB value is (186,56,181). Sum of RGB (Red+Green+Blue) = 186+56+181=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38B5 is #45C74A. Grayscale: #6C6C6C. Windows color (decimal): -4573003 or 11876538. OLE color: 11876538.
HSL color Cylindrical-coordinate representation of color #BA38B5: hue angle of 302.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA38B5 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 181 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.27 |
| HSL | 302.31º | 0.54% | 0.47% | - |
| HSV(B) | 302.31º | 0.7% | 0.73% | - |
| XYZ | 30 | 16.6 | 45.34 | - |
| YUV | 109.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 181 | 0 | 0.70 | 0.03 | 0.27 | 302.31 | 0.54 | 0.47 |
| Hex | BA | 38 | B5 | 0 | 46 | 3 | 1B | 12E | 36 | 2F |
| Octal | 272 | 70 | 265 | 0 | 106 | 3 | 33 | 456 | 66 | 57 |
| Binary | 10111010 | 111000 | 10110101 | 0 | 1000110 | 11 | 11011 | 100101110 | 110110 | 101111 |
Color Harmonies of #BA38B5
Complementary color
Monochromatic Colors of #BA38B5
Black with #BA38B5
Text Example
Text Example
White with #BA38B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38B5; }
p { color: rgb(186,56,181); }
H1.HeaderClassName
{
color: #BA38B5;
}
.AnyTagClassName
{
color: #BA38B5;
}
</style>
background-color css
<style>
a { background-color: #BA38B5; }
a { background-color: rgb(186,56,181); }
div.DivClassName
{
background-color: #BA38B5;
}
.BgClassName
{
background-color: #BA38B5;
}
</style>
border-color css
<style>
span { border-color: #BA38B5; }
span { border-color: rgb(186,56,181); }
td.TdClassName
{
border-color: #BA38B5;
}
.TagClassName
{
border-color: #BA38B5;
}
</style>