Shades of Fuchsia #BD50C0
Tints of Fuchsia #BD50C0
RGB
CMYK
RGB Variations
Color information
#BD50C0 (or 0xBD50C0) is known color: Fuchsia. HEX triplet: BD, 50 and C0. RGB value is (189,80,192). Sum of RGB (Red+Green+Blue) = 189+80+192=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD50C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50C0 is #42AF3F. Grayscale: #7D7D7D. Windows color (decimal): -4370240 or 12603581. OLE color: 12603581.
HSL color Cylindrical-coordinate representation of color #BD50C0: hue angle of 298.39º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD50C0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 80 | 192 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.25 |
| HSL | 298.39º | 0.47% | 0.53% | - |
| HSV(B) | 298.39º | 0.58% | 0.75% | - |
| XYZ | 33.37 | 20.36 | 52.04 | - |
| YUV | 125.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 192 | 0.02 | 0.58 | 0 | 0.25 | 298.39 | 0.47 | 0.53 |
| Hex | BD | 50 | C0 | 2 | 3A | 0 | 19 | 12A | 2F | 35 |
| Octal | 275 | 120 | 300 | 2 | 72 | 0 | 31 | 452 | 57 | 65 |
| Binary | 10111101 | 1010000 | 11000000 | 10 | 111010 | 0 | 11001 | 100101010 | 101111 | 110101 |
Color Harmonies of #BD50C0
Complementary color
Monochromatic Colors of #BD50C0
Black with #BD50C0
Text Example
Text Example
White with #BD50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50C0; }
p { color: rgb(189,80,192); }
H1.HeaderClassName
{
color: #BD50C0;
}
.AnyTagClassName
{
color: #BD50C0;
}
</style>
background-color css
<style>
a { background-color: #BD50C0; }
a { background-color: rgb(189,80,192); }
div.DivClassName
{
background-color: #BD50C0;
}
.BgClassName
{
background-color: #BD50C0;
}
</style>
border-color css
<style>
span { border-color: #BD50C0; }
span { border-color: rgb(189,80,192); }
td.TdClassName
{
border-color: #BD50C0;
}
.TagClassName
{
border-color: #BD50C0;
}
</style>