Shades of Fuchsia #BF5EBF
Tints of Fuchsia #BF5EBF
RGB
CMYK
RGB Variations
Color information
#BF5EBF (or 0xBF5EBF) is known color: Fuchsia. HEX triplet: BF, 5E and BF. RGB value is (191,94,191). Sum of RGB (Red+Green+Blue) = 191+94+191=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF5EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5EBF is #40A140. Grayscale: #858585. Windows color (decimal): -4235585 or 12541631. OLE color: 12541631.
HSL color Cylindrical-coordinate representation of color #BF5EBF: hue angle of 300º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5EBF is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 191 | - |
| CMYK | 0 | 0.51 | 0 | 0.25 |
| HSL | 300º | 0.43% | 0.56% | - |
| HSV(B) | 300º | 0.51% | 0.75% | - |
| XYZ | 34.89 | 22.84 | 51.86 | - |
| YUV | 134.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 191 | 0 | 0.51 | 0 | 0.25 | 300 | 0.43 | 0.56 |
| Hex | BF | 5E | BF | 0 | 33 | 0 | 19 | 12C | 2B | 38 |
| Octal | 277 | 136 | 277 | 0 | 63 | 0 | 31 | 454 | 53 | 70 |
| Binary | 10111111 | 1011110 | 10111111 | 0 | 110011 | 0 | 11001 | 100101100 | 101011 | 111000 |
Color Harmonies of #BF5EBF
Complementary color
Monochromatic Colors of #BF5EBF
Black with #BF5EBF
Text Example
Text Example
White with #BF5EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5EBF; }
p { color: rgb(191,94,191); }
H1.HeaderClassName
{
color: #BF5EBF;
}
.AnyTagClassName
{
color: #BF5EBF;
}
</style>
background-color css
<style>
a { background-color: #BF5EBF; }
a { background-color: rgb(191,94,191); }
div.DivClassName
{
background-color: #BF5EBF;
}
.BgClassName
{
background-color: #BF5EBF;
}
</style>
border-color css
<style>
span { border-color: #BF5EBF; }
span { border-color: rgb(191,94,191); }
td.TdClassName
{
border-color: #BF5EBF;
}
.TagClassName
{
border-color: #BF5EBF;
}
</style>