Shades of Fuchsia #BD6BC0
Tints of Fuchsia #BD6BC0
RGB
CMYK
RGB Variations
Color information
#BD6BC0 (or 0xBD6BC0) is known color: Fuchsia. HEX triplet: BD, 6B and C0. RGB value is (189,107,192). Sum of RGB (Red+Green+Blue) = 189+107+192=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD6BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BC0 is #42943F. Grayscale: #8C8C8C. Windows color (decimal): -4363328 or 12610493. OLE color: 12610493.
HSL color Cylindrical-coordinate representation of color #BD6BC0: hue angle of 297.88º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6BC0 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 107 | 192 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.25 |
| HSL | 297.88º | 0.4% | 0.59% | - |
| HSV(B) | 297.88º | 0.44% | 0.75% | - |
| XYZ | 35.76 | 25.14 | 52.84 | - |
| YUV | 141.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 192 | 0.02 | 0.44 | 0 | 0.25 | 297.88 | 0.4 | 0.59 |
| Hex | BD | 6B | C0 | 2 | 2C | 0 | 19 | 12A | 28 | 3B |
| Octal | 275 | 153 | 300 | 2 | 54 | 0 | 31 | 452 | 50 | 73 |
| Binary | 10111101 | 1101011 | 11000000 | 10 | 101100 | 0 | 11001 | 100101010 | 101000 | 111011 |
Color Harmonies of #BD6BC0
Complementary color
Monochromatic Colors of #BD6BC0
Black with #BD6BC0
Text Example
Text Example
White with #BD6BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BC0; }
p { color: rgb(189,107,192); }
H1.HeaderClassName
{
color: #BD6BC0;
}
.AnyTagClassName
{
color: #BD6BC0;
}
</style>
background-color css
<style>
a { background-color: #BD6BC0; }
a { background-color: rgb(189,107,192); }
div.DivClassName
{
background-color: #BD6BC0;
}
.BgClassName
{
background-color: #BD6BC0;
}
</style>
border-color css
<style>
span { border-color: #BD6BC0; }
span { border-color: rgb(189,107,192); }
td.TdClassName
{
border-color: #BD6BC0;
}
.TagClassName
{
border-color: #BD6BC0;
}
</style>