Shades of Fuchsia #BF2CCD
Tints of Fuchsia #BF2CCD
RGB
CMYK
RGB Variations
Color information
#BF2CCD (or 0xBF2CCD) is known color: Fuchsia. HEX triplet: BF, 2C and CD. RGB value is (191,44,205). Sum of RGB (Red+Green+Blue) = 191+44+205=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF2CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CCD is #40D332. Grayscale: #696969. Windows color (decimal): -4248371 or 13446335. OLE color: 13446335.
HSL color Cylindrical-coordinate representation of color #BF2CCD: hue angle of 294.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2CCD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 44 | 205 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.20 |
| HSL | 294.78º | 0.65% | 0.49% | - |
| HSV(B) | 294.78º | 0.79% | 0.8% | - |
| XYZ | 33.41 | 17.29 | 59.33 | - |
| YUV | 106.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 205 | 0.07 | 0.79 | 0 | 0.20 | 294.78 | 0.65 | 0.49 |
| Hex | BF | 2C | CD | 7 | 4F | 0 | 14 | 127 | 41 | 31 |
| Octal | 277 | 54 | 315 | 7 | 117 | 0 | 24 | 447 | 101 | 61 |
| Binary | 10111111 | 101100 | 11001101 | 111 | 1001111 | 0 | 10100 | 100100111 | 1000001 | 110001 |
Color Harmonies of #BF2CCD
Complementary color
Monochromatic Colors of #BF2CCD
Black with #BF2CCD
Text Example
Text Example
White with #BF2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CCD; }
p { color: rgb(191,44,205); }
H1.HeaderClassName
{
color: #BF2CCD;
}
.AnyTagClassName
{
color: #BF2CCD;
}
</style>
background-color css
<style>
a { background-color: #BF2CCD; }
a { background-color: rgb(191,44,205); }
div.DivClassName
{
background-color: #BF2CCD;
}
.BgClassName
{
background-color: #BF2CCD;
}
</style>
border-color css
<style>
span { border-color: #BF2CCD; }
span { border-color: rgb(191,44,205); }
td.TdClassName
{
border-color: #BF2CCD;
}
.TagClassName
{
border-color: #BF2CCD;
}
</style>