Shades of Fuchsia #BD6EBF
Tints of Fuchsia #BD6EBF
RGB
CMYK
RGB Variations
Color information
#BD6EBF (or 0xBD6EBF) is known color: Fuchsia. HEX triplet: BD, 6E and BF. RGB value is (189,110,191). Sum of RGB (Red+Green+Blue) = 189+110+191=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EBF is #429140. Grayscale: #8E8E8E. Windows color (decimal): -4362561 or 12545725. OLE color: 12545725.
HSL color Cylindrical-coordinate representation of color #BD6EBF: hue angle of 298.52º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6EBF is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 110 | 191 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.25 |
| HSL | 298.52º | 0.39% | 0.59% | - |
| HSV(B) | 298.52º | 0.42% | 0.75% | - |
| XYZ | 35.97 | 25.73 | 52.36 | - |
| YUV | 142.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 191 | 0.01 | 0.42 | 0 | 0.25 | 298.52 | 0.39 | 0.59 |
| Hex | BD | 6E | BF | 1 | 2A | 0 | 19 | 12B | 27 | 3B |
| Octal | 275 | 156 | 277 | 1 | 52 | 0 | 31 | 453 | 47 | 73 |
| Binary | 10111101 | 1101110 | 10111111 | 1 | 101010 | 0 | 11001 | 100101011 | 100111 | 111011 |
Color Harmonies of #BD6EBF
Complementary color
Monochromatic Colors of #BD6EBF
Black with #BD6EBF
Text Example
Text Example
White with #BD6EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EBF; }
p { color: rgb(189,110,191); }
H1.HeaderClassName
{
color: #BD6EBF;
}
.AnyTagClassName
{
color: #BD6EBF;
}
</style>
background-color css
<style>
a { background-color: #BD6EBF; }
a { background-color: rgb(189,110,191); }
div.DivClassName
{
background-color: #BD6EBF;
}
.BgClassName
{
background-color: #BD6EBF;
}
</style>
border-color css
<style>
span { border-color: #BD6EBF; }
span { border-color: rgb(189,110,191); }
td.TdClassName
{
border-color: #BD6EBF;
}
.TagClassName
{
border-color: #BD6EBF;
}
</style>