Shades of Fuchsia #BD57BF
Tints of Fuchsia #BD57BF
RGB
CMYK
RGB Variations
Color information
#BD57BF (or 0xBD57BF) is known color: Fuchsia. HEX triplet: BD, 57 and BF. RGB value is (189,87,191). Sum of RGB (Red+Green+Blue) = 189+87+191=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD57BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57BF is #42A840. Grayscale: #818181. Windows color (decimal): -4368449 or 12539837. OLE color: 12539837.
HSL color Cylindrical-coordinate representation of color #BD57BF: hue angle of 298.85º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD57BF is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 87 | 191 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.25 |
| HSL | 298.85º | 0.45% | 0.55% | - |
| HSV(B) | 298.85º | 0.54% | 0.75% | - |
| XYZ | 33.8 | 21.4 | 51.64 | - |
| YUV | 129.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 191 | 0.01 | 0.54 | 0 | 0.25 | 298.85 | 0.45 | 0.55 |
| Hex | BD | 57 | BF | 1 | 36 | 0 | 19 | 12B | 2D | 37 |
| Octal | 275 | 127 | 277 | 1 | 66 | 0 | 31 | 453 | 55 | 67 |
| Binary | 10111101 | 1010111 | 10111111 | 1 | 110110 | 0 | 11001 | 100101011 | 101101 | 110111 |
Color Harmonies of #BD57BF
Complementary color
Monochromatic Colors of #BD57BF
Black with #BD57BF
Text Example
Text Example
White with #BD57BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57BF; }
p { color: rgb(189,87,191); }
H1.HeaderClassName
{
color: #BD57BF;
}
.AnyTagClassName
{
color: #BD57BF;
}
</style>
background-color css
<style>
a { background-color: #BD57BF; }
a { background-color: rgb(189,87,191); }
div.DivClassName
{
background-color: #BD57BF;
}
.BgClassName
{
background-color: #BD57BF;
}
</style>
border-color css
<style>
span { border-color: #BD57BF; }
span { border-color: rgb(189,87,191); }
td.TdClassName
{
border-color: #BD57BF;
}
.TagClassName
{
border-color: #BD57BF;
}
</style>