Shades of Fuchsia #BD46B0
Tints of Fuchsia #BD46B0
RGB
CMYK
RGB Variations
Color information
#BD46B0 (or 0xBD46B0) is known color: Fuchsia. HEX triplet: BD, 46 and B0. RGB value is (189,70,176). Sum of RGB (Red+Green+Blue) = 189+70+176=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD46B0 is #42B94F. Grayscale: #757575. Windows color (decimal): -4372816 or 11552445. OLE color: 11552445.
HSL color Cylindrical-coordinate representation of color #BD46B0: hue angle of 306.55º 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 #BD46B0 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 176 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.26 |
| HSL | 306.55º | 0.47% | 0.51% | - |
| HSV(B) | 306.55º | 0.63% | 0.74% | - |
| XYZ | 31.01 | 18.33 | 42.98 | - |
| YUV | 117.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 176 | 0 | 0.63 | 0.07 | 0.26 | 306.55 | 0.47 | 0.51 |
| Hex | BD | 46 | B0 | 0 | 3F | 7 | 1A | 133 | 2F | 33 |
| Octal | 275 | 106 | 260 | 0 | 77 | 7 | 32 | 463 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10110000 | 0 | 111111 | 111 | 11010 | 100110011 | 101111 | 110011 |
Color Harmonies of #BD46B0
Complementary color
Monochromatic Colors of #BD46B0
Black with #BD46B0
Text Example
Text Example
White with #BD46B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD46B0; }
p { color: rgb(189,70,176); }
H1.HeaderClassName
{
color: #BD46B0;
}
.AnyTagClassName
{
color: #BD46B0;
}
</style>
background-color css
<style>
a { background-color: #BD46B0; }
a { background-color: rgb(189,70,176); }
div.DivClassName
{
background-color: #BD46B0;
}
.BgClassName
{
background-color: #BD46B0;
}
</style>
border-color css
<style>
span { border-color: #BD46B0; }
span { border-color: rgb(189,70,176); }
td.TdClassName
{
border-color: #BD46B0;
}
.TagClassName
{
border-color: #BD46B0;
}
</style>