Shades of Fuchsia #BD57BC
Tints of Fuchsia #BD57BC
RGB
CMYK
RGB Variations
Color information
#BD57BC (or 0xBD57BC) is known color: Fuchsia. HEX triplet: BD, 57 and BC. RGB value is (189,87,188). Sum of RGB (Red+Green+Blue) = 189+87+188=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57BC is #42A843. Grayscale: #808080. Windows color (decimal): -4368452 or 12343229. OLE color: 12343229.
HSL color Cylindrical-coordinate representation of color #BD57BC: hue angle of 300.59º 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 #BD57BC is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 188 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.26 |
| HSL | 300.59º | 0.44% | 0.54% | - |
| HSV(B) | 300.59º | 0.54% | 0.74% | - |
| XYZ | 33.47 | 21.27 | 49.92 | - |
| YUV | 129.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 188 | 0 | 0.54 | 0.01 | 0.26 | 300.59 | 0.44 | 0.54 |
| Hex | BD | 57 | BC | 0 | 36 | 1 | 1A | 12D | 2C | 36 |
| Octal | 275 | 127 | 274 | 0 | 66 | 1 | 32 | 455 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10111100 | 0 | 110110 | 1 | 11010 | 100101101 | 101100 | 110110 |
Color Harmonies of #BD57BC
Complementary color
Monochromatic Colors of #BD57BC
Black with #BD57BC
Text Example
Text Example
White with #BD57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57BC; }
p { color: rgb(189,87,188); }
H1.HeaderClassName
{
color: #BD57BC;
}
.AnyTagClassName
{
color: #BD57BC;
}
</style>
background-color css
<style>
a { background-color: #BD57BC; }
a { background-color: rgb(189,87,188); }
div.DivClassName
{
background-color: #BD57BC;
}
.BgClassName
{
background-color: #BD57BC;
}
</style>
border-color css
<style>
span { border-color: #BD57BC; }
span { border-color: rgb(189,87,188); }
td.TdClassName
{
border-color: #BD57BC;
}
.TagClassName
{
border-color: #BD57BC;
}
</style>