Shades of Fuchsia #BD56C9
Tints of Fuchsia #BD56C9
RGB
CMYK
RGB Variations
Color information
#BD56C9 (or 0xBD56C9) is known color: Fuchsia. HEX triplet: BD, 56 and C9. RGB value is (189,86,201). Sum of RGB (Red+Green+Blue) = 189+86+201=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD56C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56C9 is #42A936. Grayscale: #818181. Windows color (decimal): -4368695 or 13194941. OLE color: 13194941.
HSL color Cylindrical-coordinate representation of color #BD56C9: hue angle of 293.74º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD56C9 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 86 | 201 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.21 |
| HSL | 293.74º | 0.52% | 0.56% | - |
| HSV(B) | 293.74º | 0.57% | 0.79% | - |
| XYZ | 34.86 | 21.69 | 57.61 | - |
| YUV | 129.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 201 | 0.06 | 0.57 | 0 | 0.21 | 293.74 | 0.52 | 0.56 |
| Hex | BD | 56 | C9 | 6 | 39 | 0 | 15 | 126 | 34 | 38 |
| Octal | 275 | 126 | 311 | 6 | 71 | 0 | 25 | 446 | 64 | 70 |
| Binary | 10111101 | 1010110 | 11001001 | 110 | 111001 | 0 | 10101 | 100100110 | 110100 | 111000 |
Color Harmonies of #BD56C9
Complementary color
Monochromatic Colors of #BD56C9
Black with #BD56C9
Text Example
Text Example
White with #BD56C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56C9; }
p { color: rgb(189,86,201); }
H1.HeaderClassName
{
color: #BD56C9;
}
.AnyTagClassName
{
color: #BD56C9;
}
</style>
background-color css
<style>
a { background-color: #BD56C9; }
a { background-color: rgb(189,86,201); }
div.DivClassName
{
background-color: #BD56C9;
}
.BgClassName
{
background-color: #BD56C9;
}
</style>
border-color css
<style>
span { border-color: #BD56C9; }
span { border-color: rgb(189,86,201); }
td.TdClassName
{
border-color: #BD56C9;
}
.TagClassName
{
border-color: #BD56C9;
}
</style>