Shades of Fuchsia #BF2DC2
Tints of Fuchsia #BF2DC2
RGB
CMYK
RGB Variations
Color information
#BF2DC2 (or 0xBF2DC2) is known color: Fuchsia. HEX triplet: BF, 2D and C2. RGB value is (191,45,194). Sum of RGB (Red+Green+Blue) = 191+45+194=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF2DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DC2 is #40D23D. Grayscale: #696969. Windows color (decimal): -4248126 or 12725695. OLE color: 12725695.
HSL color Cylindrical-coordinate representation of color #BF2DC2: hue angle of 298.79º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2DC2 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 45 | 194 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.24 |
| HSL | 298.79º | 0.62% | 0.47% | - |
| HSV(B) | 298.79º | 0.77% | 0.76% | - |
| XYZ | 32.16 | 16.85 | 52.6 | - |
| YUV | 105.64 | 177.87 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 194 | 0.02 | 0.77 | 0 | 0.24 | 298.79 | 0.62 | 0.47 |
| Hex | BF | 2D | C2 | 2 | 4D | 0 | 18 | 12B | 3E | 2F |
| Octal | 277 | 55 | 302 | 2 | 115 | 0 | 30 | 453 | 76 | 57 |
| Binary | 10111111 | 101101 | 11000010 | 10 | 1001101 | 0 | 11000 | 100101011 | 111110 | 101111 |
Color Harmonies of #BF2DC2
Complementary color
Monochromatic Colors of #BF2DC2
Black with #BF2DC2
Text Example
Text Example
White with #BF2DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DC2; }
p { color: rgb(191,45,194); }
H1.HeaderClassName
{
color: #BF2DC2;
}
.AnyTagClassName
{
color: #BF2DC2;
}
</style>
background-color css
<style>
a { background-color: #BF2DC2; }
a { background-color: rgb(191,45,194); }
div.DivClassName
{
background-color: #BF2DC2;
}
.BgClassName
{
background-color: #BF2DC2;
}
</style>
border-color css
<style>
span { border-color: #BF2DC2; }
span { border-color: rgb(191,45,194); }
td.TdClassName
{
border-color: #BF2DC2;
}
.TagClassName
{
border-color: #BF2DC2;
}
</style>