Shades of Fuchsia #BD51B7
Tints of Fuchsia #BD51B7
RGB
CMYK
RGB Variations
Color information
#BD51B7 (or 0xBD51B7) is known color: Fuchsia. HEX triplet: BD, 51 and B7. RGB value is (189,81,183). Sum of RGB (Red+Green+Blue) = 189+81+183=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51B7 is #42AE48. Grayscale: #7C7C7C. Windows color (decimal): -4369993 or 12014013. OLE color: 12014013.
HSL color Cylindrical-coordinate representation of color #BD51B7: hue angle of 303.33º 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 #BD51B7 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 183 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.26 |
| HSL | 303.33º | 0.45% | 0.53% | - |
| HSV(B) | 303.33º | 0.57% | 0.74% | - |
| XYZ | 32.48 | 20.12 | 46.97 | - |
| YUV | 124.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 183 | 0 | 0.57 | 0.03 | 0.26 | 303.33 | 0.45 | 0.53 |
| Hex | BD | 51 | B7 | 0 | 39 | 3 | 1A | 12F | 2D | 35 |
| Octal | 275 | 121 | 267 | 0 | 71 | 3 | 32 | 457 | 55 | 65 |
| Binary | 10111101 | 1010001 | 10110111 | 0 | 111001 | 11 | 11010 | 100101111 | 101101 | 110101 |
Color Harmonies of #BD51B7
Complementary color
Monochromatic Colors of #BD51B7
Black with #BD51B7
Text Example
Text Example
White with #BD51B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51B7; }
p { color: rgb(189,81,183); }
H1.HeaderClassName
{
color: #BD51B7;
}
.AnyTagClassName
{
color: #BD51B7;
}
</style>
background-color css
<style>
a { background-color: #BD51B7; }
a { background-color: rgb(189,81,183); }
div.DivClassName
{
background-color: #BD51B7;
}
.BgClassName
{
background-color: #BD51B7;
}
</style>
border-color css
<style>
span { border-color: #BD51B7; }
span { border-color: rgb(189,81,183); }
td.TdClassName
{
border-color: #BD51B7;
}
.TagClassName
{
border-color: #BD51B7;
}
</style>