Shades of Fuchsia #BF46BA
Tints of Fuchsia #BF46BA
RGB
CMYK
RGB Variations
Color information
#BF46BA (or 0xBF46BA) is known color: Fuchsia. HEX triplet: BF, 46 and BA. RGB value is (191,70,186). Sum of RGB (Red+Green+Blue) = 191+70+186=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46BA is #40B945. Grayscale: #777777. Windows color (decimal): -4241734 or 12207807. OLE color: 12207807.
HSL color Cylindrical-coordinate representation of color #BF46BA: hue angle of 302.48º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF46BA is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 186 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.25 |
| HSL | 302.48º | 0.49% | 0.51% | - |
| HSV(B) | 302.48º | 0.63% | 0.75% | - |
| XYZ | 32.54 | 19 | 48.41 | - |
| YUV | 119.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 186 | 0 | 0.63 | 0.03 | 0.25 | 302.48 | 0.49 | 0.51 |
| Hex | BF | 46 | BA | 0 | 3F | 3 | 19 | 12E | 31 | 33 |
| Octal | 277 | 106 | 272 | 0 | 77 | 3 | 31 | 456 | 61 | 63 |
| Binary | 10111111 | 1000110 | 10111010 | 0 | 111111 | 11 | 11001 | 100101110 | 110001 | 110011 |
Color Harmonies of #BF46BA
Complementary color
Monochromatic Colors of #BF46BA
Black with #BF46BA
Text Example
Text Example
White with #BF46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF46BA; }
p { color: rgb(191,70,186); }
H1.HeaderClassName
{
color: #BF46BA;
}
.AnyTagClassName
{
color: #BF46BA;
}
</style>
background-color css
<style>
a { background-color: #BF46BA; }
a { background-color: rgb(191,70,186); }
div.DivClassName
{
background-color: #BF46BA;
}
.BgClassName
{
background-color: #BF46BA;
}
</style>
border-color css
<style>
span { border-color: #BF46BA; }
span { border-color: rgb(191,70,186); }
td.TdClassName
{
border-color: #BF46BA;
}
.TagClassName
{
border-color: #BF46BA;
}
</style>