Shades of Fuchsia #BD46B1
Tints of Fuchsia #BD46B1
RGB
CMYK
RGB Variations
Color information
#BD46B1 (or 0xBD46B1) is known color: Fuchsia. HEX triplet: BD, 46 and B1. RGB value is (189,70,177). Sum of RGB (Red+Green+Blue) = 189+70+177=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD46B1 is #42B94E. Grayscale: #757575. Windows color (decimal): -4372815 or 11617981. OLE color: 11617981.
HSL color Cylindrical-coordinate representation of color #BD46B1: hue angle of 306.05º 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 #BD46B1 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 177 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.26 |
| HSL | 306.05º | 0.47% | 0.51% | - |
| HSV(B) | 306.05º | 0.63% | 0.74% | - |
| XYZ | 31.11 | 18.37 | 43.5 | - |
| YUV | 117.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 177 | 0 | 0.63 | 0.06 | 0.26 | 306.05 | 0.47 | 0.51 |
| Hex | BD | 46 | B1 | 0 | 3F | 6 | 1A | 132 | 2F | 33 |
| Octal | 275 | 106 | 261 | 0 | 77 | 6 | 32 | 462 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10110001 | 0 | 111111 | 110 | 11010 | 100110010 | 101111 | 110011 |
Color Harmonies of #BD46B1
Complementary color
Monochromatic Colors of #BD46B1
Black with #BD46B1
Text Example
Text Example
White with #BD46B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD46B1; }
p { color: rgb(189,70,177); }
H1.HeaderClassName
{
color: #BD46B1;
}
.AnyTagClassName
{
color: #BD46B1;
}
</style>
background-color css
<style>
a { background-color: #BD46B1; }
a { background-color: rgb(189,70,177); }
div.DivClassName
{
background-color: #BD46B1;
}
.BgClassName
{
background-color: #BD46B1;
}
</style>
border-color css
<style>
span { border-color: #BD46B1; }
span { border-color: rgb(189,70,177); }
td.TdClassName
{
border-color: #BD46B1;
}
.TagClassName
{
border-color: #BD46B1;
}
</style>