Shades of Fuchsia #BF45BA
Tints of Fuchsia #BF45BA
RGB
CMYK
RGB Variations
Color information
#BF45BA (or 0xBF45BA) is known color: Fuchsia. HEX triplet: BF, 45 and BA. RGB value is (191,69,186). Sum of RGB (Red+Green+Blue) = 191+69+186=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45BA is #40BA45. Grayscale: #767676. Windows color (decimal): -4241990 or 12207551. OLE color: 12207551.
HSL color Cylindrical-coordinate representation of color #BF45BA: hue angle of 302.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF45BA is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 186 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.25 |
| HSL | 302.46º | 0.49% | 0.51% | - |
| HSV(B) | 302.46º | 0.64% | 0.75% | - |
| XYZ | 32.48 | 18.88 | 48.39 | - |
| YUV | 118.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 186 | 0 | 0.64 | 0.03 | 0.25 | 302.46 | 0.49 | 0.51 |
| Hex | BF | 45 | BA | 0 | 40 | 3 | 19 | 12E | 31 | 33 |
| Octal | 277 | 105 | 272 | 0 | 100 | 3 | 31 | 456 | 61 | 63 |
| Binary | 10111111 | 1000101 | 10111010 | 0 | 1000000 | 11 | 11001 | 100101110 | 110001 | 110011 |
Color Harmonies of #BF45BA
Complementary color
Monochromatic Colors of #BF45BA
Black with #BF45BA
Text Example
Text Example
White with #BF45BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF45BA; }
p { color: rgb(191,69,186); }
H1.HeaderClassName
{
color: #BF45BA;
}
.AnyTagClassName
{
color: #BF45BA;
}
</style>
background-color css
<style>
a { background-color: #BF45BA; }
a { background-color: rgb(191,69,186); }
div.DivClassName
{
background-color: #BF45BA;
}
.BgClassName
{
background-color: #BF45BA;
}
</style>
border-color css
<style>
span { border-color: #BF45BA; }
span { border-color: rgb(191,69,186); }
td.TdClassName
{
border-color: #BF45BA;
}
.TagClassName
{
border-color: #BF45BA;
}
</style>