Shades of Fuchsia #BD6EBB
Tints of Fuchsia #BD6EBB
RGB
CMYK
RGB Variations
Color information
#BD6EBB (or 0xBD6EBB) is known color: Fuchsia. HEX triplet: BD, 6E and BB. RGB value is (189,110,187). Sum of RGB (Red+Green+Blue) = 189+110+187=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EBB is #429144. Grayscale: #8E8E8E. Windows color (decimal): -4362565 or 12283581. OLE color: 12283581.
HSL color Cylindrical-coordinate representation of color #BD6EBB: hue angle of 301.52º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6EBB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 187 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.26 |
| HSL | 301.52º | 0.37% | 0.59% | - |
| HSV(B) | 301.52º | 0.42% | 0.74% | - |
| XYZ | 35.53 | 25.56 | 50.07 | - |
| YUV | 142.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 187 | 0 | 0.42 | 0.01 | 0.26 | 301.52 | 0.37 | 0.59 |
| Hex | BD | 6E | BB | 0 | 2A | 1 | 1A | 12E | 25 | 3B |
| Octal | 275 | 156 | 273 | 0 | 52 | 1 | 32 | 456 | 45 | 73 |
| Binary | 10111101 | 1101110 | 10111011 | 0 | 101010 | 1 | 11010 | 100101110 | 100101 | 111011 |
Color Harmonies of #BD6EBB
Complementary color
Monochromatic Colors of #BD6EBB
Black with #BD6EBB
Text Example
Text Example
White with #BD6EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EBB; }
p { color: rgb(189,110,187); }
H1.HeaderClassName
{
color: #BD6EBB;
}
.AnyTagClassName
{
color: #BD6EBB;
}
</style>
background-color css
<style>
a { background-color: #BD6EBB; }
a { background-color: rgb(189,110,187); }
div.DivClassName
{
background-color: #BD6EBB;
}
.BgClassName
{
background-color: #BD6EBB;
}
</style>
border-color css
<style>
span { border-color: #BD6EBB; }
span { border-color: rgb(189,110,187); }
td.TdClassName
{
border-color: #BD6EBB;
}
.TagClassName
{
border-color: #BD6EBB;
}
</style>