Shades of Fuchsia #BD46A6
Tints of Fuchsia #BD46A6
RGB
CMYK
RGB Variations
Color information
#BD46A6 (or 0xBD46A6) is known color: Fuchsia. HEX triplet: BD, 46 and A6. RGB value is (189,70,166). Sum of RGB (Red+Green+Blue) = 189+70+166=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD46A6 is #42B959. Grayscale: #747474. Windows color (decimal): -4372826 or 10897085. OLE color: 10897085.
HSL color Cylindrical-coordinate representation of color #BD46A6: hue angle of 311.6º 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 #BD46A6 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 166 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.26 |
| HSL | 311.6º | 0.47% | 0.51% | - |
| HSV(B) | 311.6º | 0.63% | 0.74% | - |
| XYZ | 30.06 | 17.95 | 37.96 | - |
| YUV | 116.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 166 | 0 | 0.63 | 0.12 | 0.26 | 311.6 | 0.47 | 0.51 |
| Hex | BD | 46 | A6 | 0 | 3F | C | 1A | 138 | 2F | 33 |
| Octal | 275 | 106 | 246 | 0 | 77 | 14 | 32 | 470 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10100110 | 0 | 111111 | 1100 | 11010 | 100111000 | 101111 | 110011 |
Color Harmonies of #BD46A6
Complementary color
Monochromatic Colors of #BD46A6
Black with #BD46A6
Text Example
Text Example
White with #BD46A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD46A6; }
p { color: rgb(189,70,166); }
H1.HeaderClassName
{
color: #BD46A6;
}
.AnyTagClassName
{
color: #BD46A6;
}
</style>
background-color css
<style>
a { background-color: #BD46A6; }
a { background-color: rgb(189,70,166); }
div.DivClassName
{
background-color: #BD46A6;
}
.BgClassName
{
background-color: #BD46A6;
}
</style>
border-color css
<style>
span { border-color: #BD46A6; }
span { border-color: rgb(189,70,166); }
td.TdClassName
{
border-color: #BD46A6;
}
.TagClassName
{
border-color: #BD46A6;
}
</style>