Shades of Fuchsia #BD51BD
Tints of Fuchsia #BD51BD
RGB
CMYK
RGB Variations
Color information
#BD51BD (or 0xBD51BD) is known color: Fuchsia. HEX triplet: BD, 51 and BD. RGB value is (189,81,189). Sum of RGB (Red+Green+Blue) = 189+81+189=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51BD is #42AE42. Grayscale: #7D7D7D. Windows color (decimal): -4369987 or 12407229. OLE color: 12407229.
HSL color Cylindrical-coordinate representation of color #BD51BD: hue angle of 300º 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 #BD51BD is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 189 | - |
| CMYK | 0 | 0.57 | 0 | 0.26 |
| HSL | 300º | 0.45% | 0.53% | - |
| HSV(B) | 300º | 0.57% | 0.74% | - |
| XYZ | 33.11 | 20.38 | 50.33 | - |
| YUV | 125.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 189 | 0 | 0.57 | 0 | 0.26 | 300 | 0.45 | 0.53 |
| Hex | BD | 51 | BD | 0 | 39 | 0 | 1A | 12C | 2D | 35 |
| Octal | 275 | 121 | 275 | 0 | 71 | 0 | 32 | 454 | 55 | 65 |
| Binary | 10111101 | 1010001 | 10111101 | 0 | 111001 | 0 | 11010 | 100101100 | 101101 | 110101 |
Color Harmonies of #BD51BD
Complementary color
Monochromatic Colors of #BD51BD
Black with #BD51BD
Text Example
Text Example
White with #BD51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51BD; }
p { color: rgb(189,81,189); }
H1.HeaderClassName
{
color: #BD51BD;
}
.AnyTagClassName
{
color: #BD51BD;
}
</style>
background-color css
<style>
a { background-color: #BD51BD; }
a { background-color: rgb(189,81,189); }
div.DivClassName
{
background-color: #BD51BD;
}
.BgClassName
{
background-color: #BD51BD;
}
</style>
border-color css
<style>
span { border-color: #BD51BD; }
span { border-color: rgb(189,81,189); }
td.TdClassName
{
border-color: #BD51BD;
}
.TagClassName
{
border-color: #BD51BD;
}
</style>