Shades of Fuchsia #BD41B1
Tints of Fuchsia #BD41B1
RGB
CMYK
RGB Variations
Color information
#BD41B1 (or 0xBD41B1) is known color: Fuchsia. HEX triplet: BD, 41 and B1. RGB value is (189,65,177). Sum of RGB (Red+Green+Blue) = 189+65+177=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD41B1 is #42BE4E. Grayscale: #727272. Windows color (decimal): -4374095 or 11616701. OLE color: 11616701.
HSL color Cylindrical-coordinate representation of color #BD41B1: hue angle of 305.81º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD41B1 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 177 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.26 |
| HSL | 305.81º | 0.49% | 0.5% | - |
| HSV(B) | 305.81º | 0.66% | 0.74% | - |
| XYZ | 30.81 | 17.77 | 43.4 | - |
| YUV | 114.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 177 | 0 | 0.66 | 0.06 | 0.26 | 305.81 | 0.49 | 0.5 |
| Hex | BD | 41 | B1 | 0 | 42 | 6 | 1A | 132 | 31 | 32 |
| Octal | 275 | 101 | 261 | 0 | 102 | 6 | 32 | 462 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10110001 | 0 | 1000010 | 110 | 11010 | 100110010 | 110001 | 110010 |
Color Harmonies of #BD41B1
Complementary color
Monochromatic Colors of #BD41B1
Black with #BD41B1
Text Example
Text Example
White with #BD41B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41B1; }
p { color: rgb(189,65,177); }
H1.HeaderClassName
{
color: #BD41B1;
}
.AnyTagClassName
{
color: #BD41B1;
}
</style>
background-color css
<style>
a { background-color: #BD41B1; }
a { background-color: rgb(189,65,177); }
div.DivClassName
{
background-color: #BD41B1;
}
.BgClassName
{
background-color: #BD41B1;
}
</style>
border-color css
<style>
span { border-color: #BD41B1; }
span { border-color: rgb(189,65,177); }
td.TdClassName
{
border-color: #BD41B1;
}
.TagClassName
{
border-color: #BD41B1;
}
</style>