Shades of Fuchsia #BD51AD
Tints of Fuchsia #BD51AD
RGB
CMYK
RGB Variations
Color information
#BD51AD (or 0xBD51AD) is known color: Fuchsia. HEX triplet: BD, 51 and AD. RGB value is (189,81,173). Sum of RGB (Red+Green+Blue) = 189+81+173=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD51AD is #42AE52. Grayscale: #7B7B7B. Windows color (decimal): -4370003 or 11358653. OLE color: 11358653.
HSL color Cylindrical-coordinate representation of color #BD51AD: hue angle of 308.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD51AD is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 173 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.26 |
| HSL | 308.89º | 0.45% | 0.53% | - |
| HSV(B) | 308.89º | 0.57% | 0.74% | - |
| XYZ | 31.47 | 19.72 | 41.68 | - |
| YUV | 123.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 173 | 0 | 0.57 | 0.08 | 0.26 | 308.89 | 0.45 | 0.53 |
| Hex | BD | 51 | AD | 0 | 39 | 8 | 1A | 135 | 2D | 35 |
| Octal | 275 | 121 | 255 | 0 | 71 | 10 | 32 | 465 | 55 | 65 |
| Binary | 10111101 | 1010001 | 10101101 | 0 | 111001 | 1000 | 11010 | 100110101 | 101101 | 110101 |
Color Harmonies of #BD51AD
Complementary color
Monochromatic Colors of #BD51AD
Black with #BD51AD
Text Example
Text Example
White with #BD51AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51AD; }
p { color: rgb(189,81,173); }
H1.HeaderClassName
{
color: #BD51AD;
}
.AnyTagClassName
{
color: #BD51AD;
}
</style>
background-color css
<style>
a { background-color: #BD51AD; }
a { background-color: rgb(189,81,173); }
div.DivClassName
{
background-color: #BD51AD;
}
.BgClassName
{
background-color: #BD51AD;
}
</style>
border-color css
<style>
span { border-color: #BD51AD; }
span { border-color: rgb(189,81,173); }
td.TdClassName
{
border-color: #BD51AD;
}
.TagClassName
{
border-color: #BD51AD;
}
</style>