Shades of Fuchsia #BF6EBD
Tints of Fuchsia #BF6EBD
RGB
CMYK
RGB Variations
Color information
#BF6EBD (or 0xBF6EBD) is known color: Fuchsia. HEX triplet: BF, 6E and BD. RGB value is (191,110,189). Sum of RGB (Red+Green+Blue) = 191+110+189=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EBD is #409142. Grayscale: #8E8E8E. Windows color (decimal): -4231491 or 12414655. OLE color: 12414655.
HSL color Cylindrical-coordinate representation of color #BF6EBD: hue angle of 301.48º 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 #BF6EBD is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 189 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.25 |
| HSL | 301.48º | 0.39% | 0.59% | - |
| HSV(B) | 301.48º | 0.42% | 0.75% | - |
| XYZ | 36.25 | 25.9 | 51.23 | - |
| YUV | 143.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 189 | 0 | 0.42 | 0.01 | 0.25 | 301.48 | 0.39 | 0.59 |
| Hex | BF | 6E | BD | 0 | 2A | 1 | 19 | 12D | 27 | 3B |
| Octal | 277 | 156 | 275 | 0 | 52 | 1 | 31 | 455 | 47 | 73 |
| Binary | 10111111 | 1101110 | 10111101 | 0 | 101010 | 1 | 11001 | 100101101 | 100111 | 111011 |
Color Harmonies of #BF6EBD
Complementary color
Monochromatic Colors of #BF6EBD
Black with #BF6EBD
Text Example
Text Example
White with #BF6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EBD; }
p { color: rgb(191,110,189); }
H1.HeaderClassName
{
color: #BF6EBD;
}
.AnyTagClassName
{
color: #BF6EBD;
}
</style>
background-color css
<style>
a { background-color: #BF6EBD; }
a { background-color: rgb(191,110,189); }
div.DivClassName
{
background-color: #BF6EBD;
}
.BgClassName
{
background-color: #BF6EBD;
}
</style>
border-color css
<style>
span { border-color: #BF6EBD; }
span { border-color: rgb(191,110,189); }
td.TdClassName
{
border-color: #BF6EBD;
}
.TagClassName
{
border-color: #BF6EBD;
}
</style>