Shades of Fuchsia #BF2DBB
Tints of Fuchsia #BF2DBB
RGB
CMYK
RGB Variations
Color information
#BF2DBB (or 0xBF2DBB) is known color: Fuchsia. HEX triplet: BF, 2D and BB. RGB value is (191,45,187). Sum of RGB (Red+Green+Blue) = 191+45+187=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DBB is #40D244. Grayscale: #686868. Windows color (decimal): -4248133 or 12266943. OLE color: 12266943.
HSL color Cylindrical-coordinate representation of color #BF2DBB: hue angle of 301.64º 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 #BF2DBB is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 187 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.25 |
| HSL | 301.64º | 0.62% | 0.46% | - |
| HSV(B) | 301.64º | 0.76% | 0.75% | - |
| XYZ | 31.39 | 16.54 | 48.55 | - |
| YUV | 104.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 187 | 0 | 0.76 | 0.02 | 0.25 | 301.64 | 0.62 | 0.46 |
| Hex | BF | 2D | BB | 0 | 4C | 2 | 19 | 12E | 3E | 2E |
| Octal | 277 | 55 | 273 | 0 | 114 | 2 | 31 | 456 | 76 | 56 |
| Binary | 10111111 | 101101 | 10111011 | 0 | 1001100 | 10 | 11001 | 100101110 | 111110 | 101110 |
Color Harmonies of #BF2DBB
Complementary color
Monochromatic Colors of #BF2DBB
Black with #BF2DBB
Text Example
Text Example
White with #BF2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DBB; }
p { color: rgb(191,45,187); }
H1.HeaderClassName
{
color: #BF2DBB;
}
.AnyTagClassName
{
color: #BF2DBB;
}
</style>
background-color css
<style>
a { background-color: #BF2DBB; }
a { background-color: rgb(191,45,187); }
div.DivClassName
{
background-color: #BF2DBB;
}
.BgClassName
{
background-color: #BF2DBB;
}
</style>
border-color css
<style>
span { border-color: #BF2DBB; }
span { border-color: rgb(191,45,187); }
td.TdClassName
{
border-color: #BF2DBB;
}
.TagClassName
{
border-color: #BF2DBB;
}
</style>