Shades of Fuchsia #BA33BC
Tints of Fuchsia #BA33BC
RGB
CMYK
RGB Variations
Color information
#BA33BC (or 0xBA33BC) is known color: Fuchsia. HEX triplet: BA, 33 and BC. RGB value is (186,51,188). Sum of RGB (Red+Green+Blue) = 186+51+188=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA33BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33BC is #45CC43. Grayscale: #6A6A6A. Windows color (decimal): -4574276 or 12334010. OLE color: 12334010.
HSL color Cylindrical-coordinate representation of color #BA33BC: hue angle of 299.12º 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 #BA33BC is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 51 | 188 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.26 |
| HSL | 299.12º | 0.57% | 0.47% | - |
| HSV(B) | 299.12º | 0.73% | 0.74% | - |
| XYZ | 30.51 | 16.44 | 49.14 | - |
| YUV | 106.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 188 | 0.01 | 0.73 | 0 | 0.26 | 299.12 | 0.57 | 0.47 |
| Hex | BA | 33 | BC | 1 | 49 | 0 | 1A | 12B | 39 | 2F |
| Octal | 272 | 63 | 274 | 1 | 111 | 0 | 32 | 453 | 71 | 57 |
| Binary | 10111010 | 110011 | 10111100 | 1 | 1001001 | 0 | 11010 | 100101011 | 111001 | 101111 |
Color Harmonies of #BA33BC
Complementary color
Monochromatic Colors of #BA33BC
Black with #BA33BC
Text Example
Text Example
White with #BA33BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33BC; }
p { color: rgb(186,51,188); }
H1.HeaderClassName
{
color: #BA33BC;
}
.AnyTagClassName
{
color: #BA33BC;
}
</style>
background-color css
<style>
a { background-color: #BA33BC; }
a { background-color: rgb(186,51,188); }
div.DivClassName
{
background-color: #BA33BC;
}
.BgClassName
{
background-color: #BA33BC;
}
</style>
border-color css
<style>
span { border-color: #BA33BC; }
span { border-color: rgb(186,51,188); }
td.TdClassName
{
border-color: #BA33BC;
}
.TagClassName
{
border-color: #BA33BC;
}
</style>