Shades of Fuchsia #BD51BE
Tints of Fuchsia #BD51BE
RGB
CMYK
RGB Variations
Color information
#BD51BE (or 0xBD51BE) is known color: Fuchsia. HEX triplet: BD, 51 and BE. RGB value is (189,81,190). Sum of RGB (Red+Green+Blue) = 189+81+190=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD51BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51BE is #42AE41. Grayscale: #7D7D7D. Windows color (decimal): -4369986 or 12472765. OLE color: 12472765.
HSL color Cylindrical-coordinate representation of color #BD51BE: hue angle of 299.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD51BE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 81 | 190 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.25 |
| HSL | 299.45º | 0.46% | 0.53% | - |
| HSV(B) | 299.45º | 0.57% | 0.75% | - |
| XYZ | 33.22 | 20.42 | 50.91 | - |
| YUV | 125.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 190 | 0.01 | 0.57 | 0 | 0.25 | 299.45 | 0.46 | 0.53 |
| Hex | BD | 51 | BE | 1 | 39 | 0 | 19 | 12B | 2E | 35 |
| Octal | 275 | 121 | 276 | 1 | 71 | 0 | 31 | 453 | 56 | 65 |
| Binary | 10111101 | 1010001 | 10111110 | 1 | 111001 | 0 | 11001 | 100101011 | 101110 | 110101 |
Color Harmonies of #BD51BE
Complementary color
Monochromatic Colors of #BD51BE
Black with #BD51BE
Text Example
Text Example
White with #BD51BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51BE; }
p { color: rgb(189,81,190); }
H1.HeaderClassName
{
color: #BD51BE;
}
.AnyTagClassName
{
color: #BD51BE;
}
</style>
background-color css
<style>
a { background-color: #BD51BE; }
a { background-color: rgb(189,81,190); }
div.DivClassName
{
background-color: #BD51BE;
}
.BgClassName
{
background-color: #BD51BE;
}
</style>
border-color css
<style>
span { border-color: #BD51BE; }
span { border-color: rgb(189,81,190); }
td.TdClassName
{
border-color: #BD51BE;
}
.TagClassName
{
border-color: #BD51BE;
}
</style>