Shades of Fuchsia #BF45B1
Tints of Fuchsia #BF45B1
RGB
CMYK
RGB Variations
Color information
#BF45B1 (or 0xBF45B1) is known color: Fuchsia. HEX triplet: BF, 45 and B1. RGB value is (191,69,177). Sum of RGB (Red+Green+Blue) = 191+69+177=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45B1 is #40BA4E. Grayscale: #757575. Windows color (decimal): -4241999 or 11617727. OLE color: 11617727.
HSL color Cylindrical-coordinate representation of color #BF45B1: hue angle of 306.89º 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 #BF45B1 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 177 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.25 |
| HSL | 306.89º | 0.49% | 0.51% | - |
| HSV(B) | 306.89º | 0.64% | 0.75% | - |
| XYZ | 31.55 | 18.51 | 43.5 | - |
| YUV | 117.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 177 | 0 | 0.64 | 0.07 | 0.25 | 306.89 | 0.49 | 0.51 |
| Hex | BF | 45 | B1 | 0 | 40 | 7 | 19 | 133 | 31 | 33 |
| Octal | 277 | 105 | 261 | 0 | 100 | 7 | 31 | 463 | 61 | 63 |
| Binary | 10111111 | 1000101 | 10110001 | 0 | 1000000 | 111 | 11001 | 100110011 | 110001 | 110011 |
Color Harmonies of #BF45B1
Complementary color
Monochromatic Colors of #BF45B1
Black with #BF45B1
Text Example
Text Example
White with #BF45B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF45B1; }
p { color: rgb(191,69,177); }
H1.HeaderClassName
{
color: #BF45B1;
}
.AnyTagClassName
{
color: #BF45B1;
}
</style>
background-color css
<style>
a { background-color: #BF45B1; }
a { background-color: rgb(191,69,177); }
div.DivClassName
{
background-color: #BF45B1;
}
.BgClassName
{
background-color: #BF45B1;
}
</style>
border-color css
<style>
span { border-color: #BF45B1; }
span { border-color: rgb(191,69,177); }
td.TdClassName
{
border-color: #BF45B1;
}
.TagClassName
{
border-color: #BF45B1;
}
</style>