Shades of Fuchsia #BD6DBB
Tints of Fuchsia #BD6DBB
RGB
CMYK
RGB Variations
Color information
#BD6DBB (or 0xBD6DBB) is known color: Fuchsia. HEX triplet: BD, 6D and BB. RGB value is (189,109,187). Sum of RGB (Red+Green+Blue) = 189+109+187=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DBB is #429244. Grayscale: #8D8D8D. Windows color (decimal): -4362821 or 12283325. OLE color: 12283325.
HSL color Cylindrical-coordinate representation of color #BD6DBB: hue angle of 301.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6DBB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 187 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.26 |
| HSL | 301.5º | 0.38% | 0.58% | - |
| HSV(B) | 301.5º | 0.42% | 0.74% | - |
| XYZ | 35.42 | 25.34 | 50.04 | - |
| YUV | 141.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 187 | 0 | 0.42 | 0.01 | 0.26 | 301.5 | 0.38 | 0.58 |
| Hex | BD | 6D | BB | 0 | 2A | 1 | 1A | 12E | 26 | 3A |
| Octal | 275 | 155 | 273 | 0 | 52 | 1 | 32 | 456 | 46 | 72 |
| Binary | 10111101 | 1101101 | 10111011 | 0 | 101010 | 1 | 11010 | 100101110 | 100110 | 111010 |
Color Harmonies of #BD6DBB
Complementary color
Monochromatic Colors of #BD6DBB
Black with #BD6DBB
Text Example
Text Example
White with #BD6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DBB; }
p { color: rgb(189,109,187); }
H1.HeaderClassName
{
color: #BD6DBB;
}
.AnyTagClassName
{
color: #BD6DBB;
}
</style>
background-color css
<style>
a { background-color: #BD6DBB; }
a { background-color: rgb(189,109,187); }
div.DivClassName
{
background-color: #BD6DBB;
}
.BgClassName
{
background-color: #BD6DBB;
}
</style>
border-color css
<style>
span { border-color: #BD6DBB; }
span { border-color: rgb(189,109,187); }
td.TdClassName
{
border-color: #BD6DBB;
}
.TagClassName
{
border-color: #BD6DBB;
}
</style>