Shades of Fuchsia #BF2DB1
Tints of Fuchsia #BF2DB1
RGB
CMYK
RGB Variations
Color information
#BF2DB1 (or 0xBF2DB1) is known color: Fuchsia. HEX triplet: BF, 2D and B1. RGB value is (191,45,177). Sum of RGB (Red+Green+Blue) = 191+45+177=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2DB1 is #40D24E. Grayscale: #676767. Windows color (decimal): -4248143 or 11611583. OLE color: 11611583.
HSL color Cylindrical-coordinate representation of color #BF2DB1: hue angle of 305.75º 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 #BF2DB1 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 177 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.25 |
| HSL | 305.75º | 0.62% | 0.46% | - |
| HSV(B) | 305.75º | 0.76% | 0.75% | - |
| XYZ | 30.36 | 16.13 | 43.11 | - |
| YUV | 103.7 | 169.37 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 177 | 0 | 0.76 | 0.07 | 0.25 | 305.75 | 0.62 | 0.46 |
| Hex | BF | 2D | B1 | 0 | 4C | 7 | 19 | 132 | 3E | 2E |
| Octal | 277 | 55 | 261 | 0 | 114 | 7 | 31 | 462 | 76 | 56 |
| Binary | 10111111 | 101101 | 10110001 | 0 | 1001100 | 111 | 11001 | 100110010 | 111110 | 101110 |
Color Harmonies of #BF2DB1
Complementary color
Monochromatic Colors of #BF2DB1
Black with #BF2DB1
Text Example
Text Example
White with #BF2DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DB1; }
p { color: rgb(191,45,177); }
H1.HeaderClassName
{
color: #BF2DB1;
}
.AnyTagClassName
{
color: #BF2DB1;
}
</style>
background-color css
<style>
a { background-color: #BF2DB1; }
a { background-color: rgb(191,45,177); }
div.DivClassName
{
background-color: #BF2DB1;
}
.BgClassName
{
background-color: #BF2DB1;
}
</style>
border-color css
<style>
span { border-color: #BF2DB1; }
span { border-color: rgb(191,45,177); }
td.TdClassName
{
border-color: #BF2DB1;
}
.TagClassName
{
border-color: #BF2DB1;
}
</style>