Shades of Fuchsia #BD6BBD
Tints of Fuchsia #BD6BBD
RGB
CMYK
RGB Variations
Color information
#BD6BBD (or 0xBD6BBD) is known color: Fuchsia. HEX triplet: BD, 6B and BD. RGB value is (189,107,189). Sum of RGB (Red+Green+Blue) = 189+107+189=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD6BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BBD is #429442. Grayscale: #8C8C8C. Windows color (decimal): -4363331 or 12413885. OLE color: 12413885.
HSL color Cylindrical-coordinate representation of color #BD6BBD: hue angle of 300º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6BBD is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 189 | - |
| CMYK | 0 | 0.43 | 0 | 0.26 |
| HSL | 300º | 0.38% | 0.58% | - |
| HSV(B) | 300º | 0.43% | 0.74% | - |
| XYZ | 35.43 | 25.01 | 51.1 | - |
| YUV | 140.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 189 | 0 | 0.43 | 0 | 0.26 | 300 | 0.38 | 0.58 |
| Hex | BD | 6B | BD | 0 | 2B | 0 | 1A | 12C | 26 | 3A |
| Octal | 275 | 153 | 275 | 0 | 53 | 0 | 32 | 454 | 46 | 72 |
| Binary | 10111101 | 1101011 | 10111101 | 0 | 101011 | 0 | 11010 | 100101100 | 100110 | 111010 |
Color Harmonies of #BD6BBD
Complementary color
Monochromatic Colors of #BD6BBD
Black with #BD6BBD
Text Example
Text Example
White with #BD6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BBD; }
p { color: rgb(189,107,189); }
H1.HeaderClassName
{
color: #BD6BBD;
}
.AnyTagClassName
{
color: #BD6BBD;
}
</style>
background-color css
<style>
a { background-color: #BD6BBD; }
a { background-color: rgb(189,107,189); }
div.DivClassName
{
background-color: #BD6BBD;
}
.BgClassName
{
background-color: #BD6BBD;
}
</style>
border-color css
<style>
span { border-color: #BD6BBD; }
span { border-color: rgb(189,107,189); }
td.TdClassName
{
border-color: #BD6BBD;
}
.TagClassName
{
border-color: #BD6BBD;
}
</style>