Shades of Fuchsia #BD45BD
Tints of Fuchsia #BD45BD
RGB
CMYK
RGB Variations
Color information
#BD45BD (or 0xBD45BD) is known color: Fuchsia. HEX triplet: BD, 45 and BD. RGB value is (189,69,189). Sum of RGB (Red+Green+Blue) = 189+69+189=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD45BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45BD is #42BA42. Grayscale: #767676. Windows color (decimal): -4373059 or 12404157. OLE color: 12404157.
HSL color Cylindrical-coordinate representation of color #BD45BD: hue angle of 300º degrees, saturation: 0.48, 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 #BD45BD is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 189 | - |
| CMYK | 0 | 0.63 | 0 | 0.26 |
| HSL | 300º | 0.48% | 0.51% | - |
| HSV(B) | 300º | 0.63% | 0.74% | - |
| XYZ | 32.3 | 18.75 | 50.06 | - |
| YUV | 118.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 189 | 0 | 0.63 | 0 | 0.26 | 300 | 0.48 | 0.51 |
| Hex | BD | 45 | BD | 0 | 3F | 0 | 1A | 12C | 30 | 33 |
| Octal | 275 | 105 | 275 | 0 | 77 | 0 | 32 | 454 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10111101 | 0 | 111111 | 0 | 11010 | 100101100 | 110000 | 110011 |
Color Harmonies of #BD45BD
Complementary color
Monochromatic Colors of #BD45BD
Black with #BD45BD
Text Example
Text Example
White with #BD45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45BD; }
p { color: rgb(189,69,189); }
H1.HeaderClassName
{
color: #BD45BD;
}
.AnyTagClassName
{
color: #BD45BD;
}
</style>
background-color css
<style>
a { background-color: #BD45BD; }
a { background-color: rgb(189,69,189); }
div.DivClassName
{
background-color: #BD45BD;
}
.BgClassName
{
background-color: #BD45BD;
}
</style>
border-color css
<style>
span { border-color: #BD45BD; }
span { border-color: rgb(189,69,189); }
td.TdClassName
{
border-color: #BD45BD;
}
.TagClassName
{
border-color: #BD45BD;
}
</style>