Shades of Fuchsia #BA3DB5
Tints of Fuchsia #BA3DB5
RGB
CMYK
RGB Variations
Color information
#BA3DB5 (or 0xBA3DB5) is known color: Fuchsia. HEX triplet: BA, 3D and B5. RGB value is (186,61,181). Sum of RGB (Red+Green+Blue) = 186+61+181=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DB5 is #45C24A. Grayscale: #6F6F6F. Windows color (decimal): -4571723 or 11877818. OLE color: 11877818.
HSL color Cylindrical-coordinate representation of color #BA3DB5: hue angle of 302.4º 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 #BA3DB5 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 181 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.27 |
| HSL | 302.4º | 0.51% | 0.48% | - |
| HSV(B) | 302.4º | 0.67% | 0.73% | - |
| XYZ | 30.26 | 17.11 | 45.42 | - |
| YUV | 112.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 181 | 0 | 0.67 | 0.03 | 0.27 | 302.4 | 0.51 | 0.48 |
| Hex | BA | 3D | B5 | 0 | 43 | 3 | 1B | 12E | 33 | 30 |
| Octal | 272 | 75 | 265 | 0 | 103 | 3 | 33 | 456 | 63 | 60 |
| Binary | 10111010 | 111101 | 10110101 | 0 | 1000011 | 11 | 11011 | 100101110 | 110011 | 110000 |
Color Harmonies of #BA3DB5
Complementary color
Monochromatic Colors of #BA3DB5
Black with #BA3DB5
Text Example
Text Example
White with #BA3DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DB5; }
p { color: rgb(186,61,181); }
H1.HeaderClassName
{
color: #BA3DB5;
}
.AnyTagClassName
{
color: #BA3DB5;
}
</style>
background-color css
<style>
a { background-color: #BA3DB5; }
a { background-color: rgb(186,61,181); }
div.DivClassName
{
background-color: #BA3DB5;
}
.BgClassName
{
background-color: #BA3DB5;
}
</style>
border-color css
<style>
span { border-color: #BA3DB5; }
span { border-color: rgb(186,61,181); }
td.TdClassName
{
border-color: #BA3DB5;
}
.TagClassName
{
border-color: #BA3DB5;
}
</style>