Shades of Fuchsia #BD57BD
Tints of Fuchsia #BD57BD
RGB
CMYK
RGB Variations
Color information
#BD57BD (or 0xBD57BD) is known color: Fuchsia. HEX triplet: BD, 57 and BD. RGB value is (189,87,189). Sum of RGB (Red+Green+Blue) = 189+87+189=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD57BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57BD is #42A842. Grayscale: #808080. Windows color (decimal): -4368451 or 12408765. OLE color: 12408765.
HSL color Cylindrical-coordinate representation of color #BD57BD: hue angle of 300º 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 #BD57BD is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 189 | - |
| CMYK | 0 | 0.54 | 0 | 0.26 |
| HSL | 300º | 0.44% | 0.54% | - |
| HSV(B) | 300º | 0.54% | 0.74% | - |
| XYZ | 33.58 | 21.31 | 50.49 | - |
| YUV | 129.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 189 | 0 | 0.54 | 0 | 0.26 | 300 | 0.44 | 0.54 |
| Hex | BD | 57 | BD | 0 | 36 | 0 | 1A | 12C | 2C | 36 |
| Octal | 275 | 127 | 275 | 0 | 66 | 0 | 32 | 454 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10111101 | 0 | 110110 | 0 | 11010 | 100101100 | 101100 | 110110 |
Color Harmonies of #BD57BD
Complementary color
Monochromatic Colors of #BD57BD
Black with #BD57BD
Text Example
Text Example
White with #BD57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57BD; }
p { color: rgb(189,87,189); }
H1.HeaderClassName
{
color: #BD57BD;
}
.AnyTagClassName
{
color: #BD57BD;
}
</style>
background-color css
<style>
a { background-color: #BD57BD; }
a { background-color: rgb(189,87,189); }
div.DivClassName
{
background-color: #BD57BD;
}
.BgClassName
{
background-color: #BD57BD;
}
</style>
border-color css
<style>
span { border-color: #BD57BD; }
span { border-color: rgb(189,87,189); }
td.TdClassName
{
border-color: #BD57BD;
}
.TagClassName
{
border-color: #BD57BD;
}
</style>