Shades of Fuchsia #BE2ECC
Tints of Fuchsia #BE2ECC
RGB
CMYK
RGB Variations
Color information
#BE2ECC (or 0xBE2ECC) is known color: Fuchsia. HEX triplet: BE, 2E and CC. RGB value is (190,46,204). Sum of RGB (Red+Green+Blue) = 190+46+204=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE2ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ECC is #41D133. Grayscale: #6A6A6A. Windows color (decimal): -4313396 or 13381310. OLE color: 13381310.
HSL color Cylindrical-coordinate representation of color #BE2ECC: 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 #BE2ECC is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 46 | 204 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.2 |
| HSL | 294.68º | 0.63% | 0.49% | - |
| HSV(B) | 294.68º | 0.77% | 0.8% | - |
| XYZ | 33.11 | 17.26 | 58.71 | - |
| YUV | 107.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 204 | 0.07 | 0.77 | 0 | 0.2 | 294.68 | 0.63 | 0.49 |
| Hex | BE | 2E | CC | 7 | 4D | 0 | 14 | 127 | 3F | 31 |
| Octal | 276 | 56 | 314 | 7 | 115 | 0 | 24 | 447 | 77 | 61 |
| Binary | 10111110 | 101110 | 11001100 | 111 | 1001101 | 0 | 10100 | 100100111 | 111111 | 110001 |
Color Harmonies of #BE2ECC
Complementary color
Monochromatic Colors of #BE2ECC
Black with #BE2ECC
Text Example
Text Example
White with #BE2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ECC; }
p { color: rgb(190,46,204); }
H1.HeaderClassName
{
color: #BE2ECC;
}
.AnyTagClassName
{
color: #BE2ECC;
}
</style>
background-color css
<style>
a { background-color: #BE2ECC; }
a { background-color: rgb(190,46,204); }
div.DivClassName
{
background-color: #BE2ECC;
}
.BgClassName
{
background-color: #BE2ECC;
}
</style>
border-color css
<style>
span { border-color: #BE2ECC; }
span { border-color: rgb(190,46,204); }
td.TdClassName
{
border-color: #BE2ECC;
}
.TagClassName
{
border-color: #BE2ECC;
}
</style>