Shades of Fuchsia #BD6EC7
Tints of Fuchsia #BD6EC7
RGB
CMYK
RGB Variations
Color information
#BD6EC7 (or 0xBD6EC7) is known color: Fuchsia. HEX triplet: BD, 6E and C7. RGB value is (189,110,199). Sum of RGB (Red+Green+Blue) = 189+110+199=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EC7 is #429138. Grayscale: #8F8F8F. Windows color (decimal): -4362553 or 13070013. OLE color: 13070013.
HSL color Cylindrical-coordinate representation of color #BD6EC7: hue angle of 293.26º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6EC7 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 110 | 199 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.22 |
| HSL | 293.26º | 0.44% | 0.61% | - |
| HSV(B) | 293.26º | 0.45% | 0.78% | - |
| XYZ | 36.87 | 26.09 | 57.13 | - |
| YUV | 143.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 199 | 0.05 | 0.45 | 0 | 0.22 | 293.26 | 0.44 | 0.61 |
| Hex | BD | 6E | C7 | 5 | 2D | 0 | 16 | 125 | 2C | 3D |
| Octal | 275 | 156 | 307 | 5 | 55 | 0 | 26 | 445 | 54 | 75 |
| Binary | 10111101 | 1101110 | 11000111 | 101 | 101101 | 0 | 10110 | 100100101 | 101100 | 111101 |
Color Harmonies of #BD6EC7
Complementary color
Monochromatic Colors of #BD6EC7
Black with #BD6EC7
Text Example
Text Example
White with #BD6EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EC7; }
p { color: rgb(189,110,199); }
H1.HeaderClassName
{
color: #BD6EC7;
}
.AnyTagClassName
{
color: #BD6EC7;
}
</style>
background-color css
<style>
a { background-color: #BD6EC7; }
a { background-color: rgb(189,110,199); }
div.DivClassName
{
background-color: #BD6EC7;
}
.BgClassName
{
background-color: #BD6EC7;
}
</style>
border-color css
<style>
span { border-color: #BD6EC7; }
span { border-color: rgb(189,110,199); }
td.TdClassName
{
border-color: #BD6EC7;
}
.TagClassName
{
border-color: #BD6EC7;
}
</style>