Shades of Fuchsia #BD44B1
Tints of Fuchsia #BD44B1
RGB
CMYK
RGB Variations
Color information
#BD44B1 (or 0xBD44B1) is known color: Fuchsia. HEX triplet: BD, 44 and B1. RGB value is (189,68,177). Sum of RGB (Red+Green+Blue) = 189+68+177=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD44B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD44B1 is #42BB4E. Grayscale: #747474. Windows color (decimal): -4373327 or 11617469. OLE color: 11617469.
HSL color Cylindrical-coordinate representation of color #BD44B1: hue angle of 305.95º 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 #BD44B1 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 177 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.26 |
| HSL | 305.95º | 0.48% | 0.5% | - |
| HSV(B) | 305.95º | 0.64% | 0.74% | - |
| XYZ | 30.99 | 18.13 | 43.46 | - |
| YUV | 116.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 177 | 0 | 0.64 | 0.06 | 0.26 | 305.95 | 0.48 | 0.5 |
| Hex | BD | 44 | B1 | 0 | 40 | 6 | 1A | 132 | 30 | 32 |
| Octal | 275 | 104 | 261 | 0 | 100 | 6 | 32 | 462 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10110001 | 0 | 1000000 | 110 | 11010 | 100110010 | 110000 | 110010 |
Color Harmonies of #BD44B1
Complementary color
Monochromatic Colors of #BD44B1
Black with #BD44B1
Text Example
Text Example
White with #BD44B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44B1; }
p { color: rgb(189,68,177); }
H1.HeaderClassName
{
color: #BD44B1;
}
.AnyTagClassName
{
color: #BD44B1;
}
</style>
background-color css
<style>
a { background-color: #BD44B1; }
a { background-color: rgb(189,68,177); }
div.DivClassName
{
background-color: #BD44B1;
}
.BgClassName
{
background-color: #BD44B1;
}
</style>
border-color css
<style>
span { border-color: #BD44B1; }
span { border-color: rgb(189,68,177); }
td.TdClassName
{
border-color: #BD44B1;
}
.TagClassName
{
border-color: #BD44B1;
}
</style>