Shades of Fuchsia #BD50AC
Tints of Fuchsia #BD50AC
RGB
CMYK
RGB Variations
Color information
#BD50AC (or 0xBD50AC) is known color: Fuchsia. HEX triplet: BD, 50 and AC. RGB value is (189,80,172). Sum of RGB (Red+Green+Blue) = 189+80+172=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD50AC is #42AF53. Grayscale: #7A7A7A. Windows color (decimal): -4370260 or 11292861. OLE color: 11292861.
HSL color Cylindrical-coordinate representation of color #BD50AC: hue angle of 309.36º 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 #BD50AC is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 172 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.26 |
| HSL | 309.36º | 0.45% | 0.53% | - |
| HSV(B) | 309.36º | 0.58% | 0.74% | - |
| XYZ | 31.3 | 19.53 | 41.15 | - |
| YUV | 123.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 172 | 0 | 0.58 | 0.09 | 0.26 | 309.36 | 0.45 | 0.53 |
| Hex | BD | 50 | AC | 0 | 3A | 9 | 1A | 135 | 2D | 35 |
| Octal | 275 | 120 | 254 | 0 | 72 | 11 | 32 | 465 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10101100 | 0 | 111010 | 1001 | 11010 | 100110101 | 101101 | 110101 |
Color Harmonies of #BD50AC
Complementary color
Monochromatic Colors of #BD50AC
Black with #BD50AC
Text Example
Text Example
White with #BD50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50AC; }
p { color: rgb(189,80,172); }
H1.HeaderClassName
{
color: #BD50AC;
}
.AnyTagClassName
{
color: #BD50AC;
}
</style>
background-color css
<style>
a { background-color: #BD50AC; }
a { background-color: rgb(189,80,172); }
div.DivClassName
{
background-color: #BD50AC;
}
.BgClassName
{
background-color: #BD50AC;
}
</style>
border-color css
<style>
span { border-color: #BD50AC; }
span { border-color: rgb(189,80,172); }
td.TdClassName
{
border-color: #BD50AC;
}
.TagClassName
{
border-color: #BD50AC;
}
</style>