Shades of Fuchsia #BD50AB
Tints of Fuchsia #BD50AB
RGB
CMYK
RGB Variations
Color information
#BD50AB (or 0xBD50AB) is known color: Fuchsia. HEX triplet: BD, 50 and AB. RGB value is (189,80,171). Sum of RGB (Red+Green+Blue) = 189+80+171=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD50AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD50AB is #42AF54. Grayscale: #7A7A7A. Windows color (decimal): -4370261 or 11227325. OLE color: 11227325.
HSL color Cylindrical-coordinate representation of color #BD50AB: hue angle of 309.91º 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 #BD50AB is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 171 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.26 |
| HSL | 309.91º | 0.45% | 0.53% | - |
| HSV(B) | 309.91º | 0.58% | 0.74% | - |
| XYZ | 31.21 | 19.5 | 40.65 | - |
| YUV | 122.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 171 | 0 | 0.58 | 0.10 | 0.26 | 309.91 | 0.45 | 0.53 |
| Hex | BD | 50 | AB | 0 | 3A | A | 1A | 136 | 2D | 35 |
| Octal | 275 | 120 | 253 | 0 | 72 | 12 | 32 | 466 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10101011 | 0 | 111010 | 1010 | 11010 | 100110110 | 101101 | 110101 |
Color Harmonies of #BD50AB
Complementary color
Monochromatic Colors of #BD50AB
Black with #BD50AB
Text Example
Text Example
White with #BD50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50AB; }
p { color: rgb(189,80,171); }
H1.HeaderClassName
{
color: #BD50AB;
}
.AnyTagClassName
{
color: #BD50AB;
}
</style>
background-color css
<style>
a { background-color: #BD50AB; }
a { background-color: rgb(189,80,171); }
div.DivClassName
{
background-color: #BD50AB;
}
.BgClassName
{
background-color: #BD50AB;
}
</style>
border-color css
<style>
span { border-color: #BD50AB; }
span { border-color: rgb(189,80,171); }
td.TdClassName
{
border-color: #BD50AB;
}
.TagClassName
{
border-color: #BD50AB;
}
</style>