Shades of Fuchsia #BD57A8
Tints of Fuchsia #BD57A8
RGB
CMYK
RGB Variations
Color information
#BD57A8 (or 0xBD57A8) is known color: Fuchsia. HEX triplet: BD, 57 and A8. RGB value is (189,87,168). Sum of RGB (Red+Green+Blue) = 189+87+168=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD57A8 is #42A857. Grayscale: #7E7E7E. Windows color (decimal): -4368472 or 11032509. OLE color: 11032509.
HSL color Cylindrical-coordinate representation of color #BD57A8: hue angle of 312.35º 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 #BD57A8 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 168 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.26 |
| HSL | 312.35º | 0.44% | 0.54% | - |
| HSV(B) | 312.35º | 0.54% | 0.74% | - |
| XYZ | 31.46 | 20.46 | 39.34 | - |
| YUV | 126.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 168 | 0 | 0.54 | 0.11 | 0.26 | 312.35 | 0.44 | 0.54 |
| Hex | BD | 57 | A8 | 0 | 36 | B | 1A | 138 | 2C | 36 |
| Octal | 275 | 127 | 250 | 0 | 66 | 13 | 32 | 470 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10101000 | 0 | 110110 | 1011 | 11010 | 100111000 | 101100 | 110110 |
Color Harmonies of #BD57A8
Complementary color
Monochromatic Colors of #BD57A8
Black with #BD57A8
Text Example
Text Example
White with #BD57A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57A8; }
p { color: rgb(189,87,168); }
H1.HeaderClassName
{
color: #BD57A8;
}
.AnyTagClassName
{
color: #BD57A8;
}
</style>
background-color css
<style>
a { background-color: #BD57A8; }
a { background-color: rgb(189,87,168); }
div.DivClassName
{
background-color: #BD57A8;
}
.BgClassName
{
background-color: #BD57A8;
}
</style>
border-color css
<style>
span { border-color: #BD57A8; }
span { border-color: rgb(189,87,168); }
td.TdClassName
{
border-color: #BD57A8;
}
.TagClassName
{
border-color: #BD57A8;
}
</style>