Shades of Fuchsia #BD50AD
Tints of Fuchsia #BD50AD
RGB
CMYK
RGB Variations
Color information
#BD50AD (or 0xBD50AD) is known color: Fuchsia. HEX triplet: BD, 50 and AD. RGB value is (189,80,173). Sum of RGB (Red+Green+Blue) = 189+80+173=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD50AD is #42AF52. Grayscale: #7A7A7A. Windows color (decimal): -4370259 or 11358397. OLE color: 11358397.
HSL color Cylindrical-coordinate representation of color #BD50AD: hue angle of 308.81º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD50AD is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 173 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.26 |
| HSL | 308.81º | 0.45% | 0.53% | - |
| HSV(B) | 308.81º | 0.58% | 0.74% | - |
| XYZ | 31.4 | 19.57 | 41.66 | - |
| YUV | 123.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 173 | 0 | 0.58 | 0.08 | 0.26 | 308.81 | 0.45 | 0.53 |
| Hex | BD | 50 | AD | 0 | 3A | 8 | 1A | 135 | 2D | 35 |
| Octal | 275 | 120 | 255 | 0 | 72 | 10 | 32 | 465 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10101101 | 0 | 111010 | 1000 | 11010 | 100110101 | 101101 | 110101 |
Color Harmonies of #BD50AD
Complementary color
Monochromatic Colors of #BD50AD
Black with #BD50AD
Text Example
Text Example
White with #BD50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50AD; }
p { color: rgb(189,80,173); }
H1.HeaderClassName
{
color: #BD50AD;
}
.AnyTagClassName
{
color: #BD50AD;
}
</style>
background-color css
<style>
a { background-color: #BD50AD; }
a { background-color: rgb(189,80,173); }
div.DivClassName
{
background-color: #BD50AD;
}
.BgClassName
{
background-color: #BD50AD;
}
</style>
border-color css
<style>
span { border-color: #BD50AD; }
span { border-color: rgb(189,80,173); }
td.TdClassName
{
border-color: #BD50AD;
}
.TagClassName
{
border-color: #BD50AD;
}
</style>