Shades of Fuchsia #BD51BA
Tints of Fuchsia #BD51BA
RGB
CMYK
RGB Variations
Color information
#BD51BA (or 0xBD51BA) is known color: Fuchsia. HEX triplet: BD, 51 and BA. RGB value is (189,81,186). Sum of RGB (Red+Green+Blue) = 189+81+186=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51BA is #42AE45. Grayscale: #7C7C7C. Windows color (decimal): -4369990 or 12210621. OLE color: 12210621.
HSL color Cylindrical-coordinate representation of color #BD51BA: hue angle of 301.67º 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 #BD51BA is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 186 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.26 |
| HSL | 301.67º | 0.45% | 0.53% | - |
| HSV(B) | 301.67º | 0.57% | 0.74% | - |
| XYZ | 32.79 | 20.25 | 48.63 | - |
| YUV | 125.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 186 | 0 | 0.57 | 0.02 | 0.26 | 301.67 | 0.45 | 0.53 |
| Hex | BD | 51 | BA | 0 | 39 | 2 | 1A | 12E | 2D | 35 |
| Octal | 275 | 121 | 272 | 0 | 71 | 2 | 32 | 456 | 55 | 65 |
| Binary | 10111101 | 1010001 | 10111010 | 0 | 111001 | 10 | 11010 | 100101110 | 101101 | 110101 |
Color Harmonies of #BD51BA
Complementary color
Monochromatic Colors of #BD51BA
Black with #BD51BA
Text Example
Text Example
White with #BD51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51BA; }
p { color: rgb(189,81,186); }
H1.HeaderClassName
{
color: #BD51BA;
}
.AnyTagClassName
{
color: #BD51BA;
}
</style>
background-color css
<style>
a { background-color: #BD51BA; }
a { background-color: rgb(189,81,186); }
div.DivClassName
{
background-color: #BD51BA;
}
.BgClassName
{
background-color: #BD51BA;
}
</style>
border-color css
<style>
span { border-color: #BD51BA; }
span { border-color: rgb(189,81,186); }
td.TdClassName
{
border-color: #BD51BA;
}
.TagClassName
{
border-color: #BD51BA;
}
</style>