Shades of Fuchsia #BA3BBD
Tints of Fuchsia #BA3BBD
RGB
CMYK
RGB Variations
Color information
#BA3BBD (or 0xBA3BBD) is known color: Fuchsia. HEX triplet: BA, 3B and BD. RGB value is (186,59,189). Sum of RGB (Red+Green+Blue) = 186+59+189=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA3BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BBD is #45C442. Grayscale: #6F6F6F. Windows color (decimal): -4572227 or 12401594. OLE color: 12401594.
HSL color Cylindrical-coordinate representation of color #BA3BBD: hue angle of 298.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3BBD is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 59 | 189 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.26 |
| HSL | 298.62º | 0.52% | 0.49% | - |
| HSV(B) | 298.62º | 0.69% | 0.74% | - |
| XYZ | 31 | 17.24 | 49.84 | - |
| YUV | 111.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 189 | 0.02 | 0.69 | 0 | 0.26 | 298.62 | 0.52 | 0.49 |
| Hex | BA | 3B | BD | 2 | 45 | 0 | 1A | 12B | 34 | 31 |
| Octal | 272 | 73 | 275 | 2 | 105 | 0 | 32 | 453 | 64 | 61 |
| Binary | 10111010 | 111011 | 10111101 | 10 | 1000101 | 0 | 11010 | 100101011 | 110100 | 110001 |
Color Harmonies of #BA3BBD
Complementary color
Monochromatic Colors of #BA3BBD
Black with #BA3BBD
Text Example
Text Example
White with #BA3BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BBD; }
p { color: rgb(186,59,189); }
H1.HeaderClassName
{
color: #BA3BBD;
}
.AnyTagClassName
{
color: #BA3BBD;
}
</style>
background-color css
<style>
a { background-color: #BA3BBD; }
a { background-color: rgb(186,59,189); }
div.DivClassName
{
background-color: #BA3BBD;
}
.BgClassName
{
background-color: #BA3BBD;
}
</style>
border-color css
<style>
span { border-color: #BA3BBD; }
span { border-color: rgb(186,59,189); }
td.TdClassName
{
border-color: #BA3BBD;
}
.TagClassName
{
border-color: #BA3BBD;
}
</style>