Shades of Fuchsia #BF2DC0
Tints of Fuchsia #BF2DC0
RGB
CMYK
RGB Variations
Color information
#BF2DC0 (or 0xBF2DC0) is known color: Fuchsia. HEX triplet: BF, 2D and C0. RGB value is (191,45,192). Sum of RGB (Red+Green+Blue) = 191+45+192=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF2DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DC0 is #40D23F. Grayscale: #686868. Windows color (decimal): -4248128 or 12594623. OLE color: 12594623.
HSL color Cylindrical-coordinate representation of color #BF2DC0: hue angle of 299.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2DC0 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 192 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.25 |
| HSL | 299.59º | 0.62% | 0.46% | - |
| HSV(B) | 299.59º | 0.77% | 0.75% | - |
| XYZ | 31.94 | 16.76 | 51.42 | - |
| YUV | 105.41 | 176.87 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 192 | 0.01 | 0.77 | 0 | 0.25 | 299.59 | 0.62 | 0.46 |
| Hex | BF | 2D | C0 | 1 | 4D | 0 | 19 | 12C | 3E | 2E |
| Octal | 277 | 55 | 300 | 1 | 115 | 0 | 31 | 454 | 76 | 56 |
| Binary | 10111111 | 101101 | 11000000 | 1 | 1001101 | 0 | 11001 | 100101100 | 111110 | 101110 |
Color Harmonies of #BF2DC0
Complementary color
Monochromatic Colors of #BF2DC0
Black with #BF2DC0
Text Example
Text Example
White with #BF2DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DC0; }
p { color: rgb(191,45,192); }
H1.HeaderClassName
{
color: #BF2DC0;
}
.AnyTagClassName
{
color: #BF2DC0;
}
</style>
background-color css
<style>
a { background-color: #BF2DC0; }
a { background-color: rgb(191,45,192); }
div.DivClassName
{
background-color: #BF2DC0;
}
.BgClassName
{
background-color: #BF2DC0;
}
</style>
border-color css
<style>
span { border-color: #BF2DC0; }
span { border-color: rgb(191,45,192); }
td.TdClassName
{
border-color: #BF2DC0;
}
.TagClassName
{
border-color: #BF2DC0;
}
</style>