Shades of Fuchsia #BD41AC
Tints of Fuchsia #BD41AC
RGB
CMYK
RGB Variations
Color information
#BD41AC (or 0xBD41AC) is known color: Fuchsia. HEX triplet: BD, 41 and AC. RGB value is (189,65,172). Sum of RGB (Red+Green+Blue) = 189+65+172=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD41AC is #42BE53. Grayscale: #717171. Windows color (decimal): -4374100 or 11289021. OLE color: 11289021.
HSL color Cylindrical-coordinate representation of color #BD41AC: hue angle of 308.23º 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 #BD41AC is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 172 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.26 |
| HSL | 308.23º | 0.49% | 0.5% | - |
| HSV(B) | 308.23º | 0.66% | 0.74% | - |
| XYZ | 30.32 | 17.58 | 40.82 | - |
| YUV | 114.27 | 160.58 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 172 | 0 | 0.66 | 0.09 | 0.26 | 308.23 | 0.49 | 0.5 |
| Hex | BD | 41 | AC | 0 | 42 | 9 | 1A | 134 | 31 | 32 |
| Octal | 275 | 101 | 254 | 0 | 102 | 11 | 32 | 464 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10101100 | 0 | 1000010 | 1001 | 11010 | 100110100 | 110001 | 110010 |
Color Harmonies of #BD41AC
Complementary color
Monochromatic Colors of #BD41AC
Black with #BD41AC
Text Example
Text Example
White with #BD41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41AC; }
p { color: rgb(189,65,172); }
H1.HeaderClassName
{
color: #BD41AC;
}
.AnyTagClassName
{
color: #BD41AC;
}
</style>
background-color css
<style>
a { background-color: #BD41AC; }
a { background-color: rgb(189,65,172); }
div.DivClassName
{
background-color: #BD41AC;
}
.BgClassName
{
background-color: #BD41AC;
}
</style>
border-color css
<style>
span { border-color: #BD41AC; }
span { border-color: rgb(189,65,172); }
td.TdClassName
{
border-color: #BD41AC;
}
.TagClassName
{
border-color: #BD41AC;
}
</style>