Shades of Fuchsia #BD57BE
Tints of Fuchsia #BD57BE
RGB
CMYK
RGB Variations
Color information
#BD57BE (or 0xBD57BE) is known color: Fuchsia. HEX triplet: BD, 57 and BE. RGB value is (189,87,190). Sum of RGB (Red+Green+Blue) = 189+87+190=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD57BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57BE is #42A841. Grayscale: #808080. Windows color (decimal): -4368450 or 12474301. OLE color: 12474301.
HSL color Cylindrical-coordinate representation of color #BD57BE: hue angle of 299.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD57BE is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 87 | 190 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.25 |
| HSL | 299.42º | 0.44% | 0.54% | - |
| HSV(B) | 299.42º | 0.54% | 0.75% | - |
| XYZ | 33.69 | 21.35 | 51.06 | - |
| YUV | 129.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 190 | 0.01 | 0.54 | 0 | 0.25 | 299.42 | 0.44 | 0.54 |
| Hex | BD | 57 | BE | 1 | 36 | 0 | 19 | 12B | 2C | 36 |
| Octal | 275 | 127 | 276 | 1 | 66 | 0 | 31 | 453 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10111110 | 1 | 110110 | 0 | 11001 | 100101011 | 101100 | 110110 |
Color Harmonies of #BD57BE
Complementary color
Monochromatic Colors of #BD57BE
Black with #BD57BE
Text Example
Text Example
White with #BD57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57BE; }
p { color: rgb(189,87,190); }
H1.HeaderClassName
{
color: #BD57BE;
}
.AnyTagClassName
{
color: #BD57BE;
}
</style>
background-color css
<style>
a { background-color: #BD57BE; }
a { background-color: rgb(189,87,190); }
div.DivClassName
{
background-color: #BD57BE;
}
.BgClassName
{
background-color: #BD57BE;
}
</style>
border-color css
<style>
span { border-color: #BD57BE; }
span { border-color: rgb(189,87,190); }
td.TdClassName
{
border-color: #BD57BE;
}
.TagClassName
{
border-color: #BD57BE;
}
</style>