Shades of Fuchsia #BD55B8
Tints of Fuchsia #BD55B8
RGB
CMYK
RGB Variations
Color information
#BD55B8 (or 0xBD55B8) is known color: Fuchsia. HEX triplet: BD, 55 and B8. RGB value is (189,85,184). Sum of RGB (Red+Green+Blue) = 189+85+184=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55B8 is #42AA47. Grayscale: #7F7F7F. Windows color (decimal): -4368968 or 12080573. OLE color: 12080573.
HSL color Cylindrical-coordinate representation of color #BD55B8: hue angle of 302.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD55B8 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 184 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.26 |
| HSL | 302.88º | 0.44% | 0.54% | - |
| HSV(B) | 302.88º | 0.55% | 0.74% | - |
| XYZ | 32.89 | 20.78 | 47.62 | - |
| YUV | 127.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 184 | 0 | 0.55 | 0.03 | 0.26 | 302.88 | 0.44 | 0.54 |
| Hex | BD | 55 | B8 | 0 | 37 | 3 | 1A | 12F | 2C | 36 |
| Octal | 275 | 125 | 270 | 0 | 67 | 3 | 32 | 457 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10111000 | 0 | 110111 | 11 | 11010 | 100101111 | 101100 | 110110 |
Color Harmonies of #BD55B8
Complementary color
Monochromatic Colors of #BD55B8
Black with #BD55B8
Text Example
Text Example
White with #BD55B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55B8; }
p { color: rgb(189,85,184); }
H1.HeaderClassName
{
color: #BD55B8;
}
.AnyTagClassName
{
color: #BD55B8;
}
</style>
background-color css
<style>
a { background-color: #BD55B8; }
a { background-color: rgb(189,85,184); }
div.DivClassName
{
background-color: #BD55B8;
}
.BgClassName
{
background-color: #BD55B8;
}
</style>
border-color css
<style>
span { border-color: #BD55B8; }
span { border-color: rgb(189,85,184); }
td.TdClassName
{
border-color: #BD55B8;
}
.TagClassName
{
border-color: #BD55B8;
}
</style>