Shades of Fuchsia #BD44BD
Tints of Fuchsia #BD44BD
RGB
CMYK
RGB Variations
Color information
#BD44BD (or 0xBD44BD) is known color: Fuchsia. HEX triplet: BD, 44 and BD. RGB value is (189,68,189). Sum of RGB (Red+Green+Blue) = 189+68+189=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD44BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44BD is #42BB42. Grayscale: #757575. Windows color (decimal): -4373315 or 12403901. OLE color: 12403901.
HSL color Cylindrical-coordinate representation of color #BD44BD: hue angle of 300º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD44BD is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 189 | - |
| CMYK | 0 | 0.64 | 0 | 0.26 |
| HSL | 300º | 0.48% | 0.5% | - |
| HSV(B) | 300º | 0.64% | 0.74% | - |
| XYZ | 32.24 | 18.63 | 50.04 | - |
| YUV | 117.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 189 | 0 | 0.64 | 0 | 0.26 | 300 | 0.48 | 0.5 |
| Hex | BD | 44 | BD | 0 | 40 | 0 | 1A | 12C | 30 | 32 |
| Octal | 275 | 104 | 275 | 0 | 100 | 0 | 32 | 454 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10111101 | 0 | 1000000 | 0 | 11010 | 100101100 | 110000 | 110010 |
Color Harmonies of #BD44BD
Complementary color
Monochromatic Colors of #BD44BD
Black with #BD44BD
Text Example
Text Example
White with #BD44BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44BD; }
p { color: rgb(189,68,189); }
H1.HeaderClassName
{
color: #BD44BD;
}
.AnyTagClassName
{
color: #BD44BD;
}
</style>
background-color css
<style>
a { background-color: #BD44BD; }
a { background-color: rgb(189,68,189); }
div.DivClassName
{
background-color: #BD44BD;
}
.BgClassName
{
background-color: #BD44BD;
}
</style>
border-color css
<style>
span { border-color: #BD44BD; }
span { border-color: rgb(189,68,189); }
td.TdClassName
{
border-color: #BD44BD;
}
.TagClassName
{
border-color: #BD44BD;
}
</style>