Shades of Fuchsia #BD56B4
Tints of Fuchsia #BD56B4
RGB
CMYK
RGB Variations
Color information
#BD56B4 (or 0xBD56B4) is known color: Fuchsia. HEX triplet: BD, 56 and B4. RGB value is (189,86,180). Sum of RGB (Red+Green+Blue) = 189+86+180=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56B4 is #42A94B. Grayscale: #7F7F7F. Windows color (decimal): -4368716 or 11818685. OLE color: 11818685.
HSL color Cylindrical-coordinate representation of color #BD56B4: hue angle of 305.24º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD56B4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 180 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.26 |
| HSL | 305.24º | 0.44% | 0.54% | - |
| HSV(B) | 305.24º | 0.54% | 0.74% | - |
| XYZ | 32.55 | 20.77 | 45.47 | - |
| YUV | 127.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 180 | 0 | 0.54 | 0.05 | 0.26 | 305.24 | 0.44 | 0.54 |
| Hex | BD | 56 | B4 | 0 | 36 | 5 | 1A | 131 | 2C | 36 |
| Octal | 275 | 126 | 264 | 0 | 66 | 5 | 32 | 461 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10110100 | 0 | 110110 | 101 | 11010 | 100110001 | 101100 | 110110 |
Color Harmonies of #BD56B4
Complementary color
Monochromatic Colors of #BD56B4
Black with #BD56B4
Text Example
Text Example
White with #BD56B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56B4; }
p { color: rgb(189,86,180); }
H1.HeaderClassName
{
color: #BD56B4;
}
.AnyTagClassName
{
color: #BD56B4;
}
</style>
background-color css
<style>
a { background-color: #BD56B4; }
a { background-color: rgb(189,86,180); }
div.DivClassName
{
background-color: #BD56B4;
}
.BgClassName
{
background-color: #BD56B4;
}
</style>
border-color css
<style>
span { border-color: #BD56B4; }
span { border-color: rgb(189,86,180); }
td.TdClassName
{
border-color: #BD56B4;
}
.TagClassName
{
border-color: #BD56B4;
}
</style>