Shades of Fuchsia #BD57BB
Tints of Fuchsia #BD57BB
RGB
CMYK
RGB Variations
Color information
#BD57BB (or 0xBD57BB) is known color: Fuchsia. HEX triplet: BD, 57 and BB. RGB value is (189,87,187). Sum of RGB (Red+Green+Blue) = 189+87+187=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57BB is #42A844. Grayscale: #808080. Windows color (decimal): -4368453 or 12277693. OLE color: 12277693.
HSL color Cylindrical-coordinate representation of color #BD57BB: hue angle of 301.18º 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 #BD57BB is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 187 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.26 |
| HSL | 301.18º | 0.44% | 0.54% | - |
| HSV(B) | 301.18º | 0.54% | 0.74% | - |
| XYZ | 33.36 | 21.22 | 49.35 | - |
| YUV | 128.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 187 | 0 | 0.54 | 0.01 | 0.26 | 301.18 | 0.44 | 0.54 |
| Hex | BD | 57 | BB | 0 | 36 | 1 | 1A | 12D | 2C | 36 |
| Octal | 275 | 127 | 273 | 0 | 66 | 1 | 32 | 455 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10111011 | 0 | 110110 | 1 | 11010 | 100101101 | 101100 | 110110 |
Color Harmonies of #BD57BB
Complementary color
Monochromatic Colors of #BD57BB
Black with #BD57BB
Text Example
Text Example
White with #BD57BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57BB; }
p { color: rgb(189,87,187); }
H1.HeaderClassName
{
color: #BD57BB;
}
.AnyTagClassName
{
color: #BD57BB;
}
</style>
background-color css
<style>
a { background-color: #BD57BB; }
a { background-color: rgb(189,87,187); }
div.DivClassName
{
background-color: #BD57BB;
}
.BgClassName
{
background-color: #BD57BB;
}
</style>
border-color css
<style>
span { border-color: #BD57BB; }
span { border-color: rgb(189,87,187); }
td.TdClassName
{
border-color: #BD57BB;
}
.TagClassName
{
border-color: #BD57BB;
}
</style>