Shades of Fuchsia #BD50BA
Tints of Fuchsia #BD50BA
RGB
CMYK
RGB Variations
Color information
#BD50BA (or 0xBD50BA) is known color: Fuchsia. HEX triplet: BD, 50 and BA. RGB value is (189,80,186). Sum of RGB (Red+Green+Blue) = 189+80+186=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50BA is #42AF45. Grayscale: #7C7C7C. Windows color (decimal): -4370246 or 12210365. OLE color: 12210365.
HSL color Cylindrical-coordinate representation of color #BD50BA: hue angle of 301.65º 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 #BD50BA is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 186 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.26 |
| HSL | 301.65º | 0.45% | 0.53% | - |
| HSV(B) | 301.65º | 0.58% | 0.74% | - |
| XYZ | 32.72 | 20.1 | 48.61 | - |
| YUV | 124.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 186 | 0 | 0.58 | 0.02 | 0.26 | 301.65 | 0.45 | 0.53 |
| Hex | BD | 50 | BA | 0 | 3A | 2 | 1A | 12E | 2D | 35 |
| Octal | 275 | 120 | 272 | 0 | 72 | 2 | 32 | 456 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10111010 | 0 | 111010 | 10 | 11010 | 100101110 | 101101 | 110101 |
Color Harmonies of #BD50BA
Complementary color
Monochromatic Colors of #BD50BA
Black with #BD50BA
Text Example
Text Example
White with #BD50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50BA; }
p { color: rgb(189,80,186); }
H1.HeaderClassName
{
color: #BD50BA;
}
.AnyTagClassName
{
color: #BD50BA;
}
</style>
background-color css
<style>
a { background-color: #BD50BA; }
a { background-color: rgb(189,80,186); }
div.DivClassName
{
background-color: #BD50BA;
}
.BgClassName
{
background-color: #BD50BA;
}
</style>
border-color css
<style>
span { border-color: #BD50BA; }
span { border-color: rgb(189,80,186); }
td.TdClassName
{
border-color: #BD50BA;
}
.TagClassName
{
border-color: #BD50BA;
}
</style>