Shades of Fuchsia #BA33C8
Tints of Fuchsia #BA33C8
RGB
CMYK
RGB Variations
Color information
#BA33C8 (or 0xBA33C8) is known color: Fuchsia. HEX triplet: BA, 33 and C8. RGB value is (186,51,200). Sum of RGB (Red+Green+Blue) = 186+51+200=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA33C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33C8 is #45CC37. Grayscale: #6B6B6B. Windows color (decimal): -4574264 or 13120442. OLE color: 13120442.
HSL color Cylindrical-coordinate representation of color #BA33C8: hue angle of 294.36º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA33C8 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 51 | 200 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.22 |
| HSL | 294.36º | 0.59% | 0.49% | - |
| HSV(B) | 294.36º | 0.75% | 0.78% | - |
| XYZ | 31.86 | 16.98 | 56.24 | - |
| YUV | 108.35 | 179.73 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 200 | 0.07 | 0.74 | 0 | 0.22 | 294.36 | 0.59 | 0.49 |
| Hex | BA | 33 | C8 | 7 | 4A | 0 | 16 | 126 | 3B | 31 |
| Octal | 272 | 63 | 310 | 7 | 112 | 0 | 26 | 446 | 73 | 61 |
| Binary | 10111010 | 110011 | 11001000 | 111 | 1001010 | 0 | 10110 | 100100110 | 111011 | 110001 |
Color Harmonies of #BA33C8
Complementary color
Monochromatic Colors of #BA33C8
Black with #BA33C8
Text Example
Text Example
White with #BA33C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33C8; }
p { color: rgb(186,51,200); }
H1.HeaderClassName
{
color: #BA33C8;
}
.AnyTagClassName
{
color: #BA33C8;
}
</style>
background-color css
<style>
a { background-color: #BA33C8; }
a { background-color: rgb(186,51,200); }
div.DivClassName
{
background-color: #BA33C8;
}
.BgClassName
{
background-color: #BA33C8;
}
</style>
border-color css
<style>
span { border-color: #BA33C8; }
span { border-color: rgb(186,51,200); }
td.TdClassName
{
border-color: #BA33C8;
}
.TagClassName
{
border-color: #BA33C8;
}
</style>