Shades of Fuchsia #BF2DB7
Tints of Fuchsia #BF2DB7
RGB
CMYK
RGB Variations
Color information
#BF2DB7 (or 0xBF2DB7) is known color: Fuchsia. HEX triplet: BF, 2D and B7. RGB value is (191,45,183). Sum of RGB (Red+Green+Blue) = 191+45+183=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DB7 is #40D248. Grayscale: #676767. Windows color (decimal): -4248137 or 12004799. OLE color: 12004799.
HSL color Cylindrical-coordinate representation of color #BF2DB7: hue angle of 303.29º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2DB7 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 183 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.25 |
| HSL | 303.29º | 0.62% | 0.46% | - |
| HSV(B) | 303.29º | 0.76% | 0.75% | - |
| XYZ | 30.97 | 16.37 | 46.33 | - |
| YUV | 104.39 | 172.37 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 183 | 0 | 0.76 | 0.04 | 0.25 | 303.29 | 0.62 | 0.46 |
| Hex | BF | 2D | B7 | 0 | 4C | 4 | 19 | 12F | 3E | 2E |
| Octal | 277 | 55 | 267 | 0 | 114 | 4 | 31 | 457 | 76 | 56 |
| Binary | 10111111 | 101101 | 10110111 | 0 | 1001100 | 100 | 11001 | 100101111 | 111110 | 101110 |
Color Harmonies of #BF2DB7
Complementary color
Monochromatic Colors of #BF2DB7
Black with #BF2DB7
Text Example
Text Example
White with #BF2DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DB7; }
p { color: rgb(191,45,183); }
H1.HeaderClassName
{
color: #BF2DB7;
}
.AnyTagClassName
{
color: #BF2DB7;
}
</style>
background-color css
<style>
a { background-color: #BF2DB7; }
a { background-color: rgb(191,45,183); }
div.DivClassName
{
background-color: #BF2DB7;
}
.BgClassName
{
background-color: #BF2DB7;
}
</style>
border-color css
<style>
span { border-color: #BF2DB7; }
span { border-color: rgb(191,45,183); }
td.TdClassName
{
border-color: #BF2DB7;
}
.TagClassName
{
border-color: #BF2DB7;
}
</style>