Shades of Fuchsia #BF2DB5
Tints of Fuchsia #BF2DB5
RGB
CMYK
RGB Variations
Color information
#BF2DB5 (or 0xBF2DB5) is known color: Fuchsia. HEX triplet: BF, 2D and B5. RGB value is (191,45,181). Sum of RGB (Red+Green+Blue) = 191+45+181=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DB5 is #40D24A. Grayscale: #676767. Windows color (decimal): -4248139 or 11873727. OLE color: 11873727.
HSL color Cylindrical-coordinate representation of color #BF2DB5: hue angle of 304.11º 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 #BF2DB5 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 181 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.25 |
| HSL | 304.11º | 0.62% | 0.46% | - |
| HSV(B) | 304.11º | 0.76% | 0.75% | - |
| XYZ | 30.76 | 16.29 | 45.24 | - |
| YUV | 104.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 181 | 0 | 0.76 | 0.05 | 0.25 | 304.11 | 0.62 | 0.46 |
| Hex | BF | 2D | B5 | 0 | 4C | 5 | 19 | 130 | 3E | 2E |
| Octal | 277 | 55 | 265 | 0 | 114 | 5 | 31 | 460 | 76 | 56 |
| Binary | 10111111 | 101101 | 10110101 | 0 | 1001100 | 101 | 11001 | 100110000 | 111110 | 101110 |
Color Harmonies of #BF2DB5
Complementary color
Monochromatic Colors of #BF2DB5
Black with #BF2DB5
Text Example
Text Example
White with #BF2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DB5; }
p { color: rgb(191,45,181); }
H1.HeaderClassName
{
color: #BF2DB5;
}
.AnyTagClassName
{
color: #BF2DB5;
}
</style>
background-color css
<style>
a { background-color: #BF2DB5; }
a { background-color: rgb(191,45,181); }
div.DivClassName
{
background-color: #BF2DB5;
}
.BgClassName
{
background-color: #BF2DB5;
}
</style>
border-color css
<style>
span { border-color: #BF2DB5; }
span { border-color: rgb(191,45,181); }
td.TdClassName
{
border-color: #BF2DB5;
}
.TagClassName
{
border-color: #BF2DB5;
}
</style>