Shades of Fuchsia #BD41A6
Tints of Fuchsia #BD41A6
RGB
CMYK
RGB Variations
Color information
#BD41A6 (or 0xBD41A6) is known color: Fuchsia. HEX triplet: BD, 41 and A6. RGB value is (189,65,166). Sum of RGB (Red+Green+Blue) = 189+65+166=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD41A6 is #42BE59. Grayscale: #717171. Windows color (decimal): -4374106 or 10895805. OLE color: 10895805.
HSL color Cylindrical-coordinate representation of color #BD41A6: hue angle of 311.13º 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 #BD41A6 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 166 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.26 |
| HSL | 311.13º | 0.49% | 0.5% | - |
| HSV(B) | 311.13º | 0.66% | 0.74% | - |
| XYZ | 29.76 | 17.35 | 37.86 | - |
| YUV | 113.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 166 | 0 | 0.66 | 0.12 | 0.26 | 311.13 | 0.49 | 0.5 |
| Hex | BD | 41 | A6 | 0 | 42 | C | 1A | 137 | 31 | 32 |
| Octal | 275 | 101 | 246 | 0 | 102 | 14 | 32 | 467 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10100110 | 0 | 1000010 | 1100 | 11010 | 100110111 | 110001 | 110010 |
Color Harmonies of #BD41A6
Complementary color
Monochromatic Colors of #BD41A6
Black with #BD41A6
Text Example
Text Example
White with #BD41A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41A6; }
p { color: rgb(189,65,166); }
H1.HeaderClassName
{
color: #BD41A6;
}
.AnyTagClassName
{
color: #BD41A6;
}
</style>
background-color css
<style>
a { background-color: #BD41A6; }
a { background-color: rgb(189,65,166); }
div.DivClassName
{
background-color: #BD41A6;
}
.BgClassName
{
background-color: #BD41A6;
}
</style>
border-color css
<style>
span { border-color: #BD41A6; }
span { border-color: rgb(189,65,166); }
td.TdClassName
{
border-color: #BD41A6;
}
.TagClassName
{
border-color: #BD41A6;
}
</style>