Shades of Fuchsia #BD51C6
Tints of Fuchsia #BD51C6
RGB
CMYK
RGB Variations
Color information
#BD51C6 (or 0xBD51C6) is known color: Fuchsia. HEX triplet: BD, 51 and C6. RGB value is (189,81,198). Sum of RGB (Red+Green+Blue) = 189+81+198=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD51C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51C6 is #42AE39. Grayscale: #7E7E7E. Windows color (decimal): -4369978 or 12997053. OLE color: 12997053.
HSL color Cylindrical-coordinate representation of color #BD51C6: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD51C6 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 81 | 198 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.22 |
| HSL | 295.38º | 0.51% | 0.55% | - |
| HSV(B) | 295.38º | 0.59% | 0.78% | - |
| XYZ | 34.12 | 20.78 | 55.64 | - |
| YUV | 126.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 198 | 0.05 | 0.59 | 0 | 0.22 | 295.38 | 0.51 | 0.55 |
| Hex | BD | 51 | C6 | 5 | 3B | 0 | 16 | 127 | 33 | 37 |
| Octal | 275 | 121 | 306 | 5 | 73 | 0 | 26 | 447 | 63 | 67 |
| Binary | 10111101 | 1010001 | 11000110 | 101 | 111011 | 0 | 10110 | 100100111 | 110011 | 110111 |
Color Harmonies of #BD51C6
Complementary color
Monochromatic Colors of #BD51C6
Black with #BD51C6
Text Example
Text Example
White with #BD51C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51C6; }
p { color: rgb(189,81,198); }
H1.HeaderClassName
{
color: #BD51C6;
}
.AnyTagClassName
{
color: #BD51C6;
}
</style>
background-color css
<style>
a { background-color: #BD51C6; }
a { background-color: rgb(189,81,198); }
div.DivClassName
{
background-color: #BD51C6;
}
.BgClassName
{
background-color: #BD51C6;
}
</style>
border-color css
<style>
span { border-color: #BD51C6; }
span { border-color: rgb(189,81,198); }
td.TdClassName
{
border-color: #BD51C6;
}
.TagClassName
{
border-color: #BD51C6;
}
</style>