Shades of Fuchsia #BF2DB0
Tints of Fuchsia #BF2DB0
RGB
CMYK
RGB Variations
Color information
#BF2DB0 (or 0xBF2DB0) is known color: Fuchsia. HEX triplet: BF, 2D and B0. RGB value is (191,45,176). Sum of RGB (Red+Green+Blue) = 191+45+176=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2DB0 is #40D24F. Grayscale: #676767. Windows color (decimal): -4248144 or 11546047. OLE color: 11546047.
HSL color Cylindrical-coordinate representation of color #BF2DB0: hue angle of 306.16º 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 #BF2DB0 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 176 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.25 |
| HSL | 306.16º | 0.62% | 0.46% | - |
| HSV(B) | 306.16º | 0.76% | 0.75% | - |
| XYZ | 30.26 | 16.09 | 42.58 | - |
| YUV | 103.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 176 | 0 | 0.76 | 0.08 | 0.25 | 306.16 | 0.62 | 0.46 |
| Hex | BF | 2D | B0 | 0 | 4C | 8 | 19 | 132 | 3E | 2E |
| Octal | 277 | 55 | 260 | 0 | 114 | 10 | 31 | 462 | 76 | 56 |
| Binary | 10111111 | 101101 | 10110000 | 0 | 1001100 | 1000 | 11001 | 100110010 | 111110 | 101110 |
Color Harmonies of #BF2DB0
Complementary color
Monochromatic Colors of #BF2DB0
Black with #BF2DB0
Text Example
Text Example
White with #BF2DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DB0; }
p { color: rgb(191,45,176); }
H1.HeaderClassName
{
color: #BF2DB0;
}
.AnyTagClassName
{
color: #BF2DB0;
}
</style>
background-color css
<style>
a { background-color: #BF2DB0; }
a { background-color: rgb(191,45,176); }
div.DivClassName
{
background-color: #BF2DB0;
}
.BgClassName
{
background-color: #BF2DB0;
}
</style>
border-color css
<style>
span { border-color: #BF2DB0; }
span { border-color: rgb(191,45,176); }
td.TdClassName
{
border-color: #BF2DB0;
}
.TagClassName
{
border-color: #BF2DB0;
}
</style>