Shades of Fuchsia #BF2DC6
Tints of Fuchsia #BF2DC6
RGB
CMYK
RGB Variations
Color information
#BF2DC6 (or 0xBF2DC6) is known color: Fuchsia. HEX triplet: BF, 2D and C6. RGB value is (191,45,198). Sum of RGB (Red+Green+Blue) = 191+45+198=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF2DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DC6 is #40D239. Grayscale: #696969. Windows color (decimal): -4248122 or 12987839. OLE color: 12987839.
HSL color Cylindrical-coordinate representation of color #BF2DC6: hue angle of 297.25º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2DC6 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 45 | 198 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.22 |
| HSL | 297.25º | 0.63% | 0.48% | - |
| HSV(B) | 297.25º | 0.77% | 0.78% | - |
| XYZ | 32.62 | 17.03 | 54.99 | - |
| YUV | 106.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 198 | 0.04 | 0.77 | 0 | 0.22 | 297.25 | 0.63 | 0.48 |
| Hex | BF | 2D | C6 | 4 | 4D | 0 | 16 | 129 | 3F | 30 |
| Octal | 277 | 55 | 306 | 4 | 115 | 0 | 26 | 451 | 77 | 60 |
| Binary | 10111111 | 101101 | 11000110 | 100 | 1001101 | 0 | 10110 | 100101001 | 111111 | 110000 |
Color Harmonies of #BF2DC6
Complementary color
Monochromatic Colors of #BF2DC6
Black with #BF2DC6
Text Example
Text Example
White with #BF2DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DC6; }
p { color: rgb(191,45,198); }
H1.HeaderClassName
{
color: #BF2DC6;
}
.AnyTagClassName
{
color: #BF2DC6;
}
</style>
background-color css
<style>
a { background-color: #BF2DC6; }
a { background-color: rgb(191,45,198); }
div.DivClassName
{
background-color: #BF2DC6;
}
.BgClassName
{
background-color: #BF2DC6;
}
</style>
border-color css
<style>
span { border-color: #BF2DC6; }
span { border-color: rgb(191,45,198); }
td.TdClassName
{
border-color: #BF2DC6;
}
.TagClassName
{
border-color: #BF2DC6;
}
</style>