Shades of Fuchsia #BF2FCD
Tints of Fuchsia #BF2FCD
RGB
CMYK
RGB Variations
Color information
#BF2FCD (or 0xBF2FCD) is known color: Fuchsia. HEX triplet: BF, 2F and CD. RGB value is (191,47,205). Sum of RGB (Red+Green+Blue) = 191+47+205=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF2FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2FCD is #40D032. Grayscale: #6B6B6B. Windows color (decimal): -4247603 or 13447103. OLE color: 13447103.
HSL color Cylindrical-coordinate representation of color #BF2FCD: hue angle of 294.68º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2FCD is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 47 | 205 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.20 |
| HSL | 294.68º | 0.63% | 0.49% | - |
| HSV(B) | 294.68º | 0.77% | 0.8% | - |
| XYZ | 33.52 | 17.52 | 59.37 | - |
| YUV | 108.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 205 | 0.07 | 0.77 | 0 | 0.20 | 294.68 | 0.63 | 0.49 |
| Hex | BF | 2F | CD | 7 | 4D | 0 | 14 | 127 | 3F | 31 |
| Octal | 277 | 57 | 315 | 7 | 115 | 0 | 24 | 447 | 77 | 61 |
| Binary | 10111111 | 101111 | 11001101 | 111 | 1001101 | 0 | 10100 | 100100111 | 111111 | 110001 |
Color Harmonies of #BF2FCD
Complementary color
Monochromatic Colors of #BF2FCD
Black with #BF2FCD
Text Example
Text Example
White with #BF2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2FCD; }
p { color: rgb(191,47,205); }
H1.HeaderClassName
{
color: #BF2FCD;
}
.AnyTagClassName
{
color: #BF2FCD;
}
</style>
background-color css
<style>
a { background-color: #BF2FCD; }
a { background-color: rgb(191,47,205); }
div.DivClassName
{
background-color: #BF2FCD;
}
.BgClassName
{
background-color: #BF2FCD;
}
</style>
border-color css
<style>
span { border-color: #BF2FCD; }
span { border-color: rgb(191,47,205); }
td.TdClassName
{
border-color: #BF2FCD;
}
.TagClassName
{
border-color: #BF2FCD;
}
</style>