Shades of Fuchsia #BA33B6
Tints of Fuchsia #BA33B6
RGB
CMYK
RGB Variations
Color information
#BA33B6 (or 0xBA33B6) is known color: Fuchsia. HEX triplet: BA, 33 and B6. RGB value is (186,51,182). Sum of RGB (Red+Green+Blue) = 186+51+182=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33B6 is #45CC49. Grayscale: #696969. Windows color (decimal): -4574282 or 11940794. OLE color: 11940794.
HSL color Cylindrical-coordinate representation of color #BA33B6: hue angle of 301.78º 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 #BA33B6 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 182 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.27 |
| HSL | 301.78º | 0.57% | 0.46% | - |
| HSV(B) | 301.78º | 0.73% | 0.73% | - |
| XYZ | 29.88 | 16.18 | 45.81 | - |
| YUV | 106.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 182 | 0 | 0.73 | 0.02 | 0.27 | 301.78 | 0.57 | 0.46 |
| Hex | BA | 33 | B6 | 0 | 49 | 2 | 1B | 12E | 39 | 2E |
| Octal | 272 | 63 | 266 | 0 | 111 | 2 | 33 | 456 | 71 | 56 |
| Binary | 10111010 | 110011 | 10110110 | 0 | 1001001 | 10 | 11011 | 100101110 | 111001 | 101110 |
Color Harmonies of #BA33B6
Complementary color
Monochromatic Colors of #BA33B6
Black with #BA33B6
Text Example
Text Example
White with #BA33B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33B6; }
p { color: rgb(186,51,182); }
H1.HeaderClassName
{
color: #BA33B6;
}
.AnyTagClassName
{
color: #BA33B6;
}
</style>
background-color css
<style>
a { background-color: #BA33B6; }
a { background-color: rgb(186,51,182); }
div.DivClassName
{
background-color: #BA33B6;
}
.BgClassName
{
background-color: #BA33B6;
}
</style>
border-color css
<style>
span { border-color: #BA33B6; }
span { border-color: rgb(186,51,182); }
td.TdClassName
{
border-color: #BA33B6;
}
.TagClassName
{
border-color: #BA33B6;
}
</style>