Shades of Fuchsia #BD57B8
Tints of Fuchsia #BD57B8
RGB
CMYK
RGB Variations
Color information
#BD57B8 (or 0xBD57B8) is known color: Fuchsia. HEX triplet: BD, 57 and B8. RGB value is (189,87,184). Sum of RGB (Red+Green+Blue) = 189+87+184=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57B8 is #42A847. Grayscale: #808080. Windows color (decimal): -4368456 or 12081085. OLE color: 12081085.
HSL color Cylindrical-coordinate representation of color #BD57B8: hue angle of 302.94º 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 #BD57B8 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 184 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.26 |
| HSL | 302.94º | 0.44% | 0.54% | - |
| HSV(B) | 302.94º | 0.54% | 0.74% | - |
| XYZ | 33.05 | 21.1 | 47.68 | - |
| YUV | 128.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 184 | 0 | 0.54 | 0.03 | 0.26 | 302.94 | 0.44 | 0.54 |
| Hex | BD | 57 | B8 | 0 | 36 | 3 | 1A | 12F | 2C | 36 |
| Octal | 275 | 127 | 270 | 0 | 66 | 3 | 32 | 457 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10111000 | 0 | 110110 | 11 | 11010 | 100101111 | 101100 | 110110 |
Color Harmonies of #BD57B8
Complementary color
Monochromatic Colors of #BD57B8
Black with #BD57B8
Text Example
Text Example
White with #BD57B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57B8; }
p { color: rgb(189,87,184); }
H1.HeaderClassName
{
color: #BD57B8;
}
.AnyTagClassName
{
color: #BD57B8;
}
</style>
background-color css
<style>
a { background-color: #BD57B8; }
a { background-color: rgb(189,87,184); }
div.DivClassName
{
background-color: #BD57B8;
}
.BgClassName
{
background-color: #BD57B8;
}
</style>
border-color css
<style>
span { border-color: #BD57B8; }
span { border-color: rgb(189,87,184); }
td.TdClassName
{
border-color: #BD57B8;
}
.TagClassName
{
border-color: #BD57B8;
}
</style>