Shades of Fuchsia #BD46A8
Tints of Fuchsia #BD46A8
RGB
CMYK
RGB Variations
Color information
#BD46A8 (or 0xBD46A8) is known color: Fuchsia. HEX triplet: BD, 46 and A8. RGB value is (189,70,168). Sum of RGB (Red+Green+Blue) = 189+70+168=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD46A8 is #42B957. Grayscale: #747474. Windows color (decimal): -4372824 or 11028157. OLE color: 11028157.
HSL color Cylindrical-coordinate representation of color #BD46A8: hue angle of 310.59º 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 #BD46A8 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 168 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.26 |
| HSL | 310.59º | 0.47% | 0.51% | - |
| HSV(B) | 310.59º | 0.63% | 0.74% | - |
| XYZ | 30.24 | 18.03 | 38.93 | - |
| YUV | 116.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 168 | 0 | 0.63 | 0.11 | 0.26 | 310.59 | 0.47 | 0.51 |
| Hex | BD | 46 | A8 | 0 | 3F | B | 1A | 137 | 2F | 33 |
| Octal | 275 | 106 | 250 | 0 | 77 | 13 | 32 | 467 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10101000 | 0 | 111111 | 1011 | 11010 | 100110111 | 101111 | 110011 |
Color Harmonies of #BD46A8
Complementary color
Monochromatic Colors of #BD46A8
Black with #BD46A8
Text Example
Text Example
White with #BD46A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD46A8; }
p { color: rgb(189,70,168); }
H1.HeaderClassName
{
color: #BD46A8;
}
.AnyTagClassName
{
color: #BD46A8;
}
</style>
background-color css
<style>
a { background-color: #BD46A8; }
a { background-color: rgb(189,70,168); }
div.DivClassName
{
background-color: #BD46A8;
}
.BgClassName
{
background-color: #BD46A8;
}
</style>
border-color css
<style>
span { border-color: #BD46A8; }
span { border-color: rgb(189,70,168); }
td.TdClassName
{
border-color: #BD46A8;
}
.TagClassName
{
border-color: #BD46A8;
}
</style>