Shades of Fuchsia #BA33C6
Tints of Fuchsia #BA33C6
RGB
CMYK
RGB Variations
Color information
#BA33C6 (or 0xBA33C6) is known color: Fuchsia. HEX triplet: BA, 33 and C6. RGB value is (186,51,198). Sum of RGB (Red+Green+Blue) = 186+51+198=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA33C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33C6 is #45CC39. Grayscale: #6B6B6B. Windows color (decimal): -4574266 or 12989370. OLE color: 12989370.
HSL color Cylindrical-coordinate representation of color #BA33C6: hue angle of 295.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA33C6 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 51 | 198 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.22 |
| HSL | 295.1º | 0.59% | 0.49% | - |
| HSV(B) | 295.1º | 0.74% | 0.78% | - |
| XYZ | 31.63 | 16.88 | 55.02 | - |
| YUV | 108.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 198 | 0.06 | 0.74 | 0 | 0.22 | 295.1 | 0.59 | 0.49 |
| Hex | BA | 33 | C6 | 6 | 4A | 0 | 16 | 127 | 3B | 31 |
| Octal | 272 | 63 | 306 | 6 | 112 | 0 | 26 | 447 | 73 | 61 |
| Binary | 10111010 | 110011 | 11000110 | 110 | 1001010 | 0 | 10110 | 100100111 | 111011 | 110001 |
Color Harmonies of #BA33C6
Complementary color
Monochromatic Colors of #BA33C6
Black with #BA33C6
Text Example
Text Example
White with #BA33C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33C6; }
p { color: rgb(186,51,198); }
H1.HeaderClassName
{
color: #BA33C6;
}
.AnyTagClassName
{
color: #BA33C6;
}
</style>
background-color css
<style>
a { background-color: #BA33C6; }
a { background-color: rgb(186,51,198); }
div.DivClassName
{
background-color: #BA33C6;
}
.BgClassName
{
background-color: #BA33C6;
}
</style>
border-color css
<style>
span { border-color: #BA33C6; }
span { border-color: rgb(186,51,198); }
td.TdClassName
{
border-color: #BA33C6;
}
.TagClassName
{
border-color: #BA33C6;
}
</style>