Shades of Fuchsia #BA3DB4
Tints of Fuchsia #BA3DB4
RGB
CMYK
RGB Variations
Color information
#BA3DB4 (or 0xBA3DB4) is known color: Fuchsia. HEX triplet: BA, 3D and B4. RGB value is (186,61,180). Sum of RGB (Red+Green+Blue) = 186+61+180=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DB4 is #45C24B. Grayscale: #6F6F6F. Windows color (decimal): -4571724 or 11812282. OLE color: 11812282.
HSL color Cylindrical-coordinate representation of color #BA3DB4: hue angle of 302.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3DB4 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 180 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.27 |
| HSL | 302.88º | 0.51% | 0.48% | - |
| HSV(B) | 302.88º | 0.67% | 0.73% | - |
| XYZ | 30.16 | 17.07 | 44.89 | - |
| YUV | 111.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 180 | 0 | 0.67 | 0.03 | 0.27 | 302.88 | 0.51 | 0.48 |
| Hex | BA | 3D | B4 | 0 | 43 | 3 | 1B | 12F | 33 | 30 |
| Octal | 272 | 75 | 264 | 0 | 103 | 3 | 33 | 457 | 63 | 60 |
| Binary | 10111010 | 111101 | 10110100 | 0 | 1000011 | 11 | 11011 | 100101111 | 110011 | 110000 |
Color Harmonies of #BA3DB4
Complementary color
Monochromatic Colors of #BA3DB4
Black with #BA3DB4
Text Example
Text Example
White with #BA3DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DB4; }
p { color: rgb(186,61,180); }
H1.HeaderClassName
{
color: #BA3DB4;
}
.AnyTagClassName
{
color: #BA3DB4;
}
</style>
background-color css
<style>
a { background-color: #BA3DB4; }
a { background-color: rgb(186,61,180); }
div.DivClassName
{
background-color: #BA3DB4;
}
.BgClassName
{
background-color: #BA3DB4;
}
</style>
border-color css
<style>
span { border-color: #BA3DB4; }
span { border-color: rgb(186,61,180); }
td.TdClassName
{
border-color: #BA3DB4;
}
.TagClassName
{
border-color: #BA3DB4;
}
</style>