Shades of Fuchsia #BD51B6
Tints of Fuchsia #BD51B6
RGB
CMYK
RGB Variations
Color information
#BD51B6 (or 0xBD51B6) is known color: Fuchsia. HEX triplet: BD, 51 and B6. RGB value is (189,81,182). Sum of RGB (Red+Green+Blue) = 189+81+182=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51B6 is #42AE49. Grayscale: #7C7C7C. Windows color (decimal): -4369994 or 11948477. OLE color: 11948477.
HSL color Cylindrical-coordinate representation of color #BD51B6: hue angle of 303.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD51B6 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 182 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.26 |
| HSL | 303.89º | 0.45% | 0.53% | - |
| HSV(B) | 303.89º | 0.57% | 0.74% | - |
| XYZ | 32.37 | 20.08 | 46.43 | - |
| YUV | 124.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 182 | 0 | 0.57 | 0.04 | 0.26 | 303.89 | 0.45 | 0.53 |
| Hex | BD | 51 | B6 | 0 | 39 | 4 | 1A | 130 | 2D | 35 |
| Octal | 275 | 121 | 266 | 0 | 71 | 4 | 32 | 460 | 55 | 65 |
| Binary | 10111101 | 1010001 | 10110110 | 0 | 111001 | 100 | 11010 | 100110000 | 101101 | 110101 |
Color Harmonies of #BD51B6
Complementary color
Monochromatic Colors of #BD51B6
Black with #BD51B6
Text Example
Text Example
White with #BD51B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51B6; }
p { color: rgb(189,81,182); }
H1.HeaderClassName
{
color: #BD51B6;
}
.AnyTagClassName
{
color: #BD51B6;
}
</style>
background-color css
<style>
a { background-color: #BD51B6; }
a { background-color: rgb(189,81,182); }
div.DivClassName
{
background-color: #BD51B6;
}
.BgClassName
{
background-color: #BD51B6;
}
</style>
border-color css
<style>
span { border-color: #BD51B6; }
span { border-color: rgb(189,81,182); }
td.TdClassName
{
border-color: #BD51B6;
}
.TagClassName
{
border-color: #BD51B6;
}
</style>