Shades of Fuchsia #BF2ECB
Tints of Fuchsia #BF2ECB
RGB
CMYK
RGB Variations
Color information
#BF2ECB (or 0xBF2ECB) is known color: Fuchsia. HEX triplet: BF, 2E and CB. RGB value is (191,46,203). Sum of RGB (Red+Green+Blue) = 191+46+203=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF2ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ECB is #40D134. Grayscale: #6A6A6A. Windows color (decimal): -4247861 or 13315775. OLE color: 13315775.
HSL color Cylindrical-coordinate representation of color #BF2ECB: hue angle of 295.41º 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 #BF2ECB is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 46 | 203 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.20 |
| HSL | 295.41º | 0.63% | 0.49% | - |
| HSV(B) | 295.41º | 0.77% | 0.8% | - |
| XYZ | 33.24 | 17.34 | 58.1 | - |
| YUV | 107.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 203 | 0.06 | 0.77 | 0 | 0.20 | 295.41 | 0.63 | 0.49 |
| Hex | BF | 2E | CB | 6 | 4D | 0 | 14 | 127 | 3F | 31 |
| Octal | 277 | 56 | 313 | 6 | 115 | 0 | 24 | 447 | 77 | 61 |
| Binary | 10111111 | 101110 | 11001011 | 110 | 1001101 | 0 | 10100 | 100100111 | 111111 | 110001 |
Color Harmonies of #BF2ECB
Complementary color
Monochromatic Colors of #BF2ECB
Black with #BF2ECB
Text Example
Text Example
White with #BF2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2ECB; }
p { color: rgb(191,46,203); }
H1.HeaderClassName
{
color: #BF2ECB;
}
.AnyTagClassName
{
color: #BF2ECB;
}
</style>
background-color css
<style>
a { background-color: #BF2ECB; }
a { background-color: rgb(191,46,203); }
div.DivClassName
{
background-color: #BF2ECB;
}
.BgClassName
{
background-color: #BF2ECB;
}
</style>
border-color css
<style>
span { border-color: #BF2ECB; }
span { border-color: rgb(191,46,203); }
td.TdClassName
{
border-color: #BF2ECB;
}
.TagClassName
{
border-color: #BF2ECB;
}
</style>