Shades of Fuchsia #BD46BD
Tints of Fuchsia #BD46BD
RGB
CMYK
RGB Variations
Color information
#BD46BD (or 0xBD46BD) is known color: Fuchsia. HEX triplet: BD, 46 and BD. RGB value is (189,70,189). Sum of RGB (Red+Green+Blue) = 189+70+189=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD46BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46BD is #42B942. Grayscale: #767676. Windows color (decimal): -4372803 or 12404413. OLE color: 12404413.
HSL color Cylindrical-coordinate representation of color #BD46BD: hue angle of 300º 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 #BD46BD is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 189 | - |
| CMYK | 0 | 0.63 | 0 | 0.26 |
| HSL | 300º | 0.47% | 0.51% | - |
| HSV(B) | 300º | 0.63% | 0.74% | - |
| XYZ | 32.36 | 18.87 | 50.08 | - |
| YUV | 119.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 189 | 0 | 0.63 | 0 | 0.26 | 300 | 0.47 | 0.51 |
| Hex | BD | 46 | BD | 0 | 3F | 0 | 1A | 12C | 2F | 33 |
| Octal | 275 | 106 | 275 | 0 | 77 | 0 | 32 | 454 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10111101 | 0 | 111111 | 0 | 11010 | 100101100 | 101111 | 110011 |
Color Harmonies of #BD46BD
Complementary color
Monochromatic Colors of #BD46BD
Black with #BD46BD
Text Example
Text Example
White with #BD46BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD46BD; }
p { color: rgb(189,70,189); }
H1.HeaderClassName
{
color: #BD46BD;
}
.AnyTagClassName
{
color: #BD46BD;
}
</style>
background-color css
<style>
a { background-color: #BD46BD; }
a { background-color: rgb(189,70,189); }
div.DivClassName
{
background-color: #BD46BD;
}
.BgClassName
{
background-color: #BD46BD;
}
</style>
border-color css
<style>
span { border-color: #BD46BD; }
span { border-color: rgb(189,70,189); }
td.TdClassName
{
border-color: #BD46BD;
}
.TagClassName
{
border-color: #BD46BD;
}
</style>