Shades of Fuchsia #BD46BA
Tints of Fuchsia #BD46BA
RGB
CMYK
RGB Variations
Color information
#BD46BA (or 0xBD46BA) is known color: Fuchsia. HEX triplet: BD, 46 and BA. RGB value is (189,70,186). Sum of RGB (Red+Green+Blue) = 189+70+186=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46BA is #42B945. Grayscale: #767676. Windows color (decimal): -4372806 or 12207805. OLE color: 12207805.
HSL color Cylindrical-coordinate representation of color #BD46BA: hue angle of 301.51º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD46BA is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 186 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.26 |
| HSL | 301.51º | 0.47% | 0.51% | - |
| HSV(B) | 301.51º | 0.63% | 0.74% | - |
| XYZ | 32.04 | 18.74 | 48.38 | - |
| YUV | 118.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 186 | 0 | 0.63 | 0.02 | 0.26 | 301.51 | 0.47 | 0.51 |
| Hex | BD | 46 | BA | 0 | 3F | 2 | 1A | 12E | 2F | 33 |
| Octal | 275 | 106 | 272 | 0 | 77 | 2 | 32 | 456 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10111010 | 0 | 111111 | 10 | 11010 | 100101110 | 101111 | 110011 |
Color Harmonies of #BD46BA
Complementary color
Monochromatic Colors of #BD46BA
Black with #BD46BA
Text Example
Text Example
White with #BD46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD46BA; }
p { color: rgb(189,70,186); }
H1.HeaderClassName
{
color: #BD46BA;
}
.AnyTagClassName
{
color: #BD46BA;
}
</style>
background-color css
<style>
a { background-color: #BD46BA; }
a { background-color: rgb(189,70,186); }
div.DivClassName
{
background-color: #BD46BA;
}
.BgClassName
{
background-color: #BD46BA;
}
</style>
border-color css
<style>
span { border-color: #BD46BA; }
span { border-color: rgb(189,70,186); }
td.TdClassName
{
border-color: #BD46BA;
}
.TagClassName
{
border-color: #BD46BA;
}
</style>