Shades of Fuchsia #BA33B5
Tints of Fuchsia #BA33B5
RGB
CMYK
RGB Variations
Color information
#BA33B5 (or 0xBA33B5) is known color: Fuchsia. HEX triplet: BA, 33 and B5. RGB value is (186,51,181). Sum of RGB (Red+Green+Blue) = 186+51+181=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33B5 is #45CC4A. Grayscale: #696969. Windows color (decimal): -4574283 or 11875258. OLE color: 11875258.
HSL color Cylindrical-coordinate representation of color #BA33B5: hue angle of 302.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA33B5 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 181 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.27 |
| HSL | 302.22º | 0.57% | 0.46% | - |
| HSV(B) | 302.22º | 0.73% | 0.73% | - |
| XYZ | 29.77 | 16.14 | 45.26 | - |
| YUV | 106.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 181 | 0 | 0.73 | 0.03 | 0.27 | 302.22 | 0.57 | 0.46 |
| Hex | BA | 33 | B5 | 0 | 49 | 3 | 1B | 12E | 39 | 2E |
| Octal | 272 | 63 | 265 | 0 | 111 | 3 | 33 | 456 | 71 | 56 |
| Binary | 10111010 | 110011 | 10110101 | 0 | 1001001 | 11 | 11011 | 100101110 | 111001 | 101110 |
Color Harmonies of #BA33B5
Complementary color
Monochromatic Colors of #BA33B5
Black with #BA33B5
Text Example
Text Example
White with #BA33B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33B5; }
p { color: rgb(186,51,181); }
H1.HeaderClassName
{
color: #BA33B5;
}
.AnyTagClassName
{
color: #BA33B5;
}
</style>
background-color css
<style>
a { background-color: #BA33B5; }
a { background-color: rgb(186,51,181); }
div.DivClassName
{
background-color: #BA33B5;
}
.BgClassName
{
background-color: #BA33B5;
}
</style>
border-color css
<style>
span { border-color: #BA33B5; }
span { border-color: rgb(186,51,181); }
td.TdClassName
{
border-color: #BA33B5;
}
.TagClassName
{
border-color: #BA33B5;
}
</style>