Shades of Fuchsia #BD46AD
Tints of Fuchsia #BD46AD
RGB
CMYK
RGB Variations
Color information
#BD46AD (or 0xBD46AD) is known color: Fuchsia. HEX triplet: BD, 46 and AD. RGB value is (189,70,173). Sum of RGB (Red+Green+Blue) = 189+70+173=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD46AD is #42B952. Grayscale: #757575. Windows color (decimal): -4372819 or 11355837. OLE color: 11355837.
HSL color Cylindrical-coordinate representation of color #BD46AD: hue angle of 308.07º 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 #BD46AD is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 173 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.26 |
| HSL | 308.07º | 0.47% | 0.51% | - |
| HSV(B) | 308.07º | 0.63% | 0.74% | - |
| XYZ | 30.72 | 18.22 | 41.43 | - |
| YUV | 117.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 173 | 0 | 0.63 | 0.08 | 0.26 | 308.07 | 0.47 | 0.51 |
| Hex | BD | 46 | AD | 0 | 3F | 8 | 1A | 134 | 2F | 33 |
| Octal | 275 | 106 | 255 | 0 | 77 | 10 | 32 | 464 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10101101 | 0 | 111111 | 1000 | 11010 | 100110100 | 101111 | 110011 |
Color Harmonies of #BD46AD
Complementary color
Monochromatic Colors of #BD46AD
Black with #BD46AD
Text Example
Text Example
White with #BD46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD46AD; }
p { color: rgb(189,70,173); }
H1.HeaderClassName
{
color: #BD46AD;
}
.AnyTagClassName
{
color: #BD46AD;
}
</style>
background-color css
<style>
a { background-color: #BD46AD; }
a { background-color: rgb(189,70,173); }
div.DivClassName
{
background-color: #BD46AD;
}
.BgClassName
{
background-color: #BD46AD;
}
</style>
border-color css
<style>
span { border-color: #BD46AD; }
span { border-color: rgb(189,70,173); }
td.TdClassName
{
border-color: #BD46AD;
}
.TagClassName
{
border-color: #BD46AD;
}
</style>