Shades of Fuchsia #BD51C5
Tints of Fuchsia #BD51C5
RGB
CMYK
RGB Variations
Color information
#BD51C5 (or 0xBD51C5) is known color: Fuchsia. HEX triplet: BD, 51 and C5. RGB value is (189,81,197). Sum of RGB (Red+Green+Blue) = 189+81+197=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD51C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51C5 is #42AE3A. Grayscale: #7E7E7E. Windows color (decimal): -4369979 or 12931517. OLE color: 12931517.
HSL color Cylindrical-coordinate representation of color #BD51C5: hue angle of 295.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD51C5 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 81 | 197 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.23 |
| HSL | 295.86º | 0.5% | 0.55% | - |
| HSV(B) | 295.86º | 0.59% | 0.77% | - |
| XYZ | 34.01 | 20.73 | 55.03 | - |
| YUV | 126.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 197 | 0.04 | 0.59 | 0 | 0.23 | 295.86 | 0.5 | 0.55 |
| Hex | BD | 51 | C5 | 4 | 3B | 0 | 17 | 128 | 32 | 37 |
| Octal | 275 | 121 | 305 | 4 | 73 | 0 | 27 | 450 | 62 | 67 |
| Binary | 10111101 | 1010001 | 11000101 | 100 | 111011 | 0 | 10111 | 100101000 | 110010 | 110111 |
Color Harmonies of #BD51C5
Complementary color
Monochromatic Colors of #BD51C5
Black with #BD51C5
Text Example
Text Example
White with #BD51C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51C5; }
p { color: rgb(189,81,197); }
H1.HeaderClassName
{
color: #BD51C5;
}
.AnyTagClassName
{
color: #BD51C5;
}
</style>
background-color css
<style>
a { background-color: #BD51C5; }
a { background-color: rgb(189,81,197); }
div.DivClassName
{
background-color: #BD51C5;
}
.BgClassName
{
background-color: #BD51C5;
}
</style>
border-color css
<style>
span { border-color: #BD51C5; }
span { border-color: rgb(189,81,197); }
td.TdClassName
{
border-color: #BD51C5;
}
.TagClassName
{
border-color: #BD51C5;
}
</style>