Shades of Fuchsia #BD40B7
Tints of Fuchsia #BD40B7
RGB
CMYK
RGB Variations
Color information
#BD40B7 (or 0xBD40B7) is known color: Fuchsia. HEX triplet: BD, 40 and B7. RGB value is (189,64,183). Sum of RGB (Red+Green+Blue) = 189+64+183=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40B7 is #42BF48. Grayscale: #727272. Windows color (decimal): -4374345 or 12009661. OLE color: 12009661.
HSL color Cylindrical-coordinate representation of color #BD40B7: hue angle of 302.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD40B7 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 183 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.26 |
| HSL | 302.88º | 0.49% | 0.5% | - |
| HSV(B) | 302.88º | 0.66% | 0.74% | - |
| XYZ | 31.37 | 17.9 | 46.6 | - |
| YUV | 114.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 183 | 0 | 0.66 | 0.03 | 0.26 | 302.88 | 0.49 | 0.5 |
| Hex | BD | 40 | B7 | 0 | 42 | 3 | 1A | 12F | 31 | 32 |
| Octal | 275 | 100 | 267 | 0 | 102 | 3 | 32 | 457 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10110111 | 0 | 1000010 | 11 | 11010 | 100101111 | 110001 | 110010 |
Color Harmonies of #BD40B7
Complementary color
Monochromatic Colors of #BD40B7
Black with #BD40B7
Text Example
Text Example
White with #BD40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40B7; }
p { color: rgb(189,64,183); }
H1.HeaderClassName
{
color: #BD40B7;
}
.AnyTagClassName
{
color: #BD40B7;
}
</style>
background-color css
<style>
a { background-color: #BD40B7; }
a { background-color: rgb(189,64,183); }
div.DivClassName
{
background-color: #BD40B7;
}
.BgClassName
{
background-color: #BD40B7;
}
</style>
border-color css
<style>
span { border-color: #BD40B7; }
span { border-color: rgb(189,64,183); }
td.TdClassName
{
border-color: #BD40B7;
}
.TagClassName
{
border-color: #BD40B7;
}
</style>