Shades of Fuchsia #BD59C0
Tints of Fuchsia #BD59C0
RGB
CMYK
RGB Variations
Color information
#BD59C0 (or 0xBD59C0) is known color: Fuchsia. HEX triplet: BD, 59 and C0. RGB value is (189,89,192). Sum of RGB (Red+Green+Blue) = 189+89+192=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD59C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59C0 is #42A63F. Grayscale: #828282. Windows color (decimal): -4367936 or 12605885. OLE color: 12605885.
HSL color Cylindrical-coordinate representation of color #BD59C0: hue angle of 298.25º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD59C0 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 89 | 192 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.25 |
| HSL | 298.25º | 0.45% | 0.55% | - |
| HSV(B) | 298.25º | 0.54% | 0.75% | - |
| XYZ | 34.07 | 21.77 | 52.28 | - |
| YUV | 130.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 192 | 0.02 | 0.54 | 0 | 0.25 | 298.25 | 0.45 | 0.55 |
| Hex | BD | 59 | C0 | 2 | 36 | 0 | 19 | 12A | 2D | 37 |
| Octal | 275 | 131 | 300 | 2 | 66 | 0 | 31 | 452 | 55 | 67 |
| Binary | 10111101 | 1011001 | 11000000 | 10 | 110110 | 0 | 11001 | 100101010 | 101101 | 110111 |
Color Harmonies of #BD59C0
Complementary color
Monochromatic Colors of #BD59C0
Black with #BD59C0
Text Example
Text Example
White with #BD59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59C0; }
p { color: rgb(189,89,192); }
H1.HeaderClassName
{
color: #BD59C0;
}
.AnyTagClassName
{
color: #BD59C0;
}
</style>
background-color css
<style>
a { background-color: #BD59C0; }
a { background-color: rgb(189,89,192); }
div.DivClassName
{
background-color: #BD59C0;
}
.BgClassName
{
background-color: #BD59C0;
}
</style>
border-color css
<style>
span { border-color: #BD59C0; }
span { border-color: rgb(189,89,192); }
td.TdClassName
{
border-color: #BD59C0;
}
.TagClassName
{
border-color: #BD59C0;
}
</style>