Shades of Fuchsia #BA33BD
Tints of Fuchsia #BA33BD
RGB
CMYK
RGB Variations
Color information
#BA33BD (or 0xBA33BD) is known color: Fuchsia. HEX triplet: BA, 33 and BD. RGB value is (186,51,189). Sum of RGB (Red+Green+Blue) = 186+51+189=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA33BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33BD is #45CC42. Grayscale: #6A6A6A. Windows color (decimal): -4574275 or 12399546. OLE color: 12399546.
HSL color Cylindrical-coordinate representation of color #BA33BD: hue angle of 298.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA33BD is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 51 | 189 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.26 |
| HSL | 298.7º | 0.58% | 0.47% | - |
| HSV(B) | 298.7º | 0.73% | 0.74% | - |
| XYZ | 30.62 | 16.48 | 49.71 | - |
| YUV | 107.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 189 | 0.02 | 0.73 | 0 | 0.26 | 298.7 | 0.58 | 0.47 |
| Hex | BA | 33 | BD | 2 | 49 | 0 | 1A | 12B | 3A | 2F |
| Octal | 272 | 63 | 275 | 2 | 111 | 0 | 32 | 453 | 72 | 57 |
| Binary | 10111010 | 110011 | 10111101 | 10 | 1001001 | 0 | 11010 | 100101011 | 111010 | 101111 |
Color Harmonies of #BA33BD
Complementary color
Monochromatic Colors of #BA33BD
Black with #BA33BD
Text Example
Text Example
White with #BA33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33BD; }
p { color: rgb(186,51,189); }
H1.HeaderClassName
{
color: #BA33BD;
}
.AnyTagClassName
{
color: #BA33BD;
}
</style>
background-color css
<style>
a { background-color: #BA33BD; }
a { background-color: rgb(186,51,189); }
div.DivClassName
{
background-color: #BA33BD;
}
.BgClassName
{
background-color: #BA33BD;
}
</style>
border-color css
<style>
span { border-color: #BA33BD; }
span { border-color: rgb(186,51,189); }
td.TdClassName
{
border-color: #BA33BD;
}
.TagClassName
{
border-color: #BA33BD;
}
</style>