Shades of Fuchsia #BF2ECD
Tints of Fuchsia #BF2ECD
RGB
CMYK
RGB Variations
Color information
#BF2ECD (or 0xBF2ECD) is known color: Fuchsia. HEX triplet: BF, 2E and CD. RGB value is (191,46,205). Sum of RGB (Red+Green+Blue) = 191+46+205=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF2ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ECD is #40D132. Grayscale: #6A6A6A. Windows color (decimal): -4247859 or 13446847. OLE color: 13446847.
HSL color Cylindrical-coordinate representation of color #BF2ECD: hue angle of 294.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2ECD is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 46 | 205 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.20 |
| HSL | 294.72º | 0.63% | 0.49% | - |
| HSV(B) | 294.72º | 0.78% | 0.8% | - |
| XYZ | 33.48 | 17.44 | 59.36 | - |
| YUV | 107.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 205 | 0.07 | 0.78 | 0 | 0.20 | 294.72 | 0.63 | 0.49 |
| Hex | BF | 2E | CD | 7 | 4E | 0 | 14 | 127 | 3F | 31 |
| Octal | 277 | 56 | 315 | 7 | 116 | 0 | 24 | 447 | 77 | 61 |
| Binary | 10111111 | 101110 | 11001101 | 111 | 1001110 | 0 | 10100 | 100100111 | 111111 | 110001 |
Color Harmonies of #BF2ECD
Complementary color
Monochromatic Colors of #BF2ECD
Black with #BF2ECD
Text Example
Text Example
White with #BF2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2ECD; }
p { color: rgb(191,46,205); }
H1.HeaderClassName
{
color: #BF2ECD;
}
.AnyTagClassName
{
color: #BF2ECD;
}
</style>
background-color css
<style>
a { background-color: #BF2ECD; }
a { background-color: rgb(191,46,205); }
div.DivClassName
{
background-color: #BF2ECD;
}
.BgClassName
{
background-color: #BF2ECD;
}
</style>
border-color css
<style>
span { border-color: #BF2ECD; }
span { border-color: rgb(191,46,205); }
td.TdClassName
{
border-color: #BF2ECD;
}
.TagClassName
{
border-color: #BF2ECD;
}
</style>