Shades of Fuchsia #BA3CBD
Tints of Fuchsia #BA3CBD
RGB
CMYK
RGB Variations
Color information
#BA3CBD (or 0xBA3CBD) is known color: Fuchsia. HEX triplet: BA, 3C and BD. RGB value is (186,60,189). Sum of RGB (Red+Green+Blue) = 186+60+189=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA3CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CBD is #45C342. Grayscale: #6F6F6F. Windows color (decimal): -4571971 or 12401850. OLE color: 12401850.
HSL color Cylindrical-coordinate representation of color #BA3CBD: hue angle of 298.6º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3CBD is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 60 | 189 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.26 |
| HSL | 298.6º | 0.52% | 0.49% | - |
| HSV(B) | 298.6º | 0.68% | 0.74% | - |
| XYZ | 31.05 | 17.34 | 49.86 | - |
| YUV | 112.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 189 | 0.02 | 0.68 | 0 | 0.26 | 298.6 | 0.52 | 0.49 |
| Hex | BA | 3C | BD | 2 | 44 | 0 | 1A | 12B | 34 | 31 |
| Octal | 272 | 74 | 275 | 2 | 104 | 0 | 32 | 453 | 64 | 61 |
| Binary | 10111010 | 111100 | 10111101 | 10 | 1000100 | 0 | 11010 | 100101011 | 110100 | 110001 |
Color Harmonies of #BA3CBD
Complementary color
Monochromatic Colors of #BA3CBD
Black with #BA3CBD
Text Example
Text Example
White with #BA3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CBD; }
p { color: rgb(186,60,189); }
H1.HeaderClassName
{
color: #BA3CBD;
}
.AnyTagClassName
{
color: #BA3CBD;
}
</style>
background-color css
<style>
a { background-color: #BA3CBD; }
a { background-color: rgb(186,60,189); }
div.DivClassName
{
background-color: #BA3CBD;
}
.BgClassName
{
background-color: #BA3CBD;
}
</style>
border-color css
<style>
span { border-color: #BA3CBD; }
span { border-color: rgb(186,60,189); }
td.TdClassName
{
border-color: #BA3CBD;
}
.TagClassName
{
border-color: #BA3CBD;
}
</style>