Shades of Fuchsia #BE2CCC
Tints of Fuchsia #BE2CCC
RGB
CMYK
RGB Variations
Color information
#BE2CCC (or 0xBE2CCC) is known color: Fuchsia. HEX triplet: BE, 2C and CC. RGB value is (190,44,204). Sum of RGB (Red+Green+Blue) = 190+44+204=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CCC is #41D333. Grayscale: #696969. Windows color (decimal): -4313908 or 13380798. OLE color: 13380798.
HSL color Cylindrical-coordinate representation of color #BE2CCC: hue angle of 294.75º degrees, saturation: 0.65, 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 #BE2CCC is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 44 | 204 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.2 |
| HSL | 294.75º | 0.65% | 0.49% | - |
| HSV(B) | 294.75º | 0.78% | 0.8% | - |
| XYZ | 33.03 | 17.11 | 58.69 | - |
| YUV | 105.89 | 183.37 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 204 | 0.07 | 0.78 | 0 | 0.2 | 294.75 | 0.65 | 0.49 |
| Hex | BE | 2C | CC | 7 | 4E | 0 | 14 | 127 | 41 | 31 |
| Octal | 276 | 54 | 314 | 7 | 116 | 0 | 24 | 447 | 101 | 61 |
| Binary | 10111110 | 101100 | 11001100 | 111 | 1001110 | 0 | 10100 | 100100111 | 1000001 | 110001 |
Color Harmonies of #BE2CCC
Complementary color
Monochromatic Colors of #BE2CCC
Black with #BE2CCC
Text Example
Text Example
White with #BE2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CCC; }
p { color: rgb(190,44,204); }
H1.HeaderClassName
{
color: #BE2CCC;
}
.AnyTagClassName
{
color: #BE2CCC;
}
</style>
background-color css
<style>
a { background-color: #BE2CCC; }
a { background-color: rgb(190,44,204); }
div.DivClassName
{
background-color: #BE2CCC;
}
.BgClassName
{
background-color: #BE2CCC;
}
</style>
border-color css
<style>
span { border-color: #BE2CCC; }
span { border-color: rgb(190,44,204); }
td.TdClassName
{
border-color: #BE2CCC;
}
.TagClassName
{
border-color: #BE2CCC;
}
</style>