Shades of Fuchsia #BF6EC8
Tints of Fuchsia #BF6EC8
RGB
CMYK
RGB Variations
Color information
#BF6EC8 (or 0xBF6EC8) is known color: Fuchsia. HEX triplet: BF, 6E and C8. RGB value is (191,110,200). Sum of RGB (Red+Green+Blue) = 191+110+200=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF6EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EC8 is #409137. Grayscale: #909090. Windows color (decimal): -4231480 or 13135551. OLE color: 13135551.
HSL color Cylindrical-coordinate representation of color #BF6EC8: hue angle of 294º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6EC8 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 110 | 200 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.22 |
| HSL | 294º | 0.45% | 0.61% | - |
| HSV(B) | 294º | 0.45% | 0.78% | - |
| XYZ | 37.49 | 26.4 | 57.76 | - |
| YUV | 144.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 200 | 0.04 | 0.45 | 0 | 0.22 | 294 | 0.45 | 0.61 |
| Hex | BF | 6E | C8 | 4 | 2D | 0 | 16 | 126 | 2D | 3D |
| Octal | 277 | 156 | 310 | 4 | 55 | 0 | 26 | 446 | 55 | 75 |
| Binary | 10111111 | 1101110 | 11001000 | 100 | 101101 | 0 | 10110 | 100100110 | 101101 | 111101 |
Color Harmonies of #BF6EC8
Complementary color
Monochromatic Colors of #BF6EC8
Black with #BF6EC8
Text Example
Text Example
White with #BF6EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EC8; }
p { color: rgb(191,110,200); }
H1.HeaderClassName
{
color: #BF6EC8;
}
.AnyTagClassName
{
color: #BF6EC8;
}
</style>
background-color css
<style>
a { background-color: #BF6EC8; }
a { background-color: rgb(191,110,200); }
div.DivClassName
{
background-color: #BF6EC8;
}
.BgClassName
{
background-color: #BF6EC8;
}
</style>
border-color css
<style>
span { border-color: #BF6EC8; }
span { border-color: rgb(191,110,200); }
td.TdClassName
{
border-color: #BF6EC8;
}
.TagClassName
{
border-color: #BF6EC8;
}
</style>