Shades of Fuchsia #BD46A7
Tints of Fuchsia #BD46A7
RGB
CMYK
RGB Variations
Color information
#BD46A7 (or 0xBD46A7) is known color: Fuchsia. HEX triplet: BD, 46 and A7. RGB value is (189,70,167). Sum of RGB (Red+Green+Blue) = 189+70+167=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD46A7 is #42B958. Grayscale: #747474. Windows color (decimal): -4372825 or 10962621. OLE color: 10962621.
HSL color Cylindrical-coordinate representation of color #BD46A7: hue angle of 311.09º 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 #BD46A7 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 167 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.26 |
| HSL | 311.09º | 0.47% | 0.51% | - |
| HSV(B) | 311.09º | 0.63% | 0.74% | - |
| XYZ | 30.15 | 17.99 | 38.44 | - |
| YUV | 116.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 167 | 0 | 0.63 | 0.12 | 0.26 | 311.09 | 0.47 | 0.51 |
| Hex | BD | 46 | A7 | 0 | 3F | C | 1A | 137 | 2F | 33 |
| Octal | 275 | 106 | 247 | 0 | 77 | 14 | 32 | 467 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10100111 | 0 | 111111 | 1100 | 11010 | 100110111 | 101111 | 110011 |
Color Harmonies of #BD46A7
Complementary color
Monochromatic Colors of #BD46A7
Black with #BD46A7
Text Example
Text Example
White with #BD46A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD46A7; }
p { color: rgb(189,70,167); }
H1.HeaderClassName
{
color: #BD46A7;
}
.AnyTagClassName
{
color: #BD46A7;
}
</style>
background-color css
<style>
a { background-color: #BD46A7; }
a { background-color: rgb(189,70,167); }
div.DivClassName
{
background-color: #BD46A7;
}
.BgClassName
{
background-color: #BD46A7;
}
</style>
border-color css
<style>
span { border-color: #BD46A7; }
span { border-color: rgb(189,70,167); }
td.TdClassName
{
border-color: #BD46A7;
}
.TagClassName
{
border-color: #BD46A7;
}
</style>