Shades of Fuchsia #BE2CC2
Tints of Fuchsia #BE2CC2
RGB
CMYK
RGB Variations
Color information
#BE2CC2 (or 0xBE2CC2) is known color: Fuchsia. HEX triplet: BE, 2C and C2. RGB value is (190,44,194). Sum of RGB (Red+Green+Blue) = 190+44+194=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE2CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CC2 is #41D33D. Grayscale: #686868. Windows color (decimal): -4313918 or 12725438. OLE color: 12725438.
HSL color Cylindrical-coordinate representation of color #BE2CC2: hue angle of 298.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2CC2 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 44 | 194 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.24 |
| HSL | 298.4º | 0.63% | 0.47% | - |
| HSV(B) | 298.4º | 0.77% | 0.76% | - |
| XYZ | 31.87 | 16.64 | 52.57 | - |
| YUV | 104.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 194 | 0.02 | 0.77 | 0 | 0.24 | 298.4 | 0.63 | 0.47 |
| Hex | BE | 2C | C2 | 2 | 4D | 0 | 18 | 12A | 3F | 2F |
| Octal | 276 | 54 | 302 | 2 | 115 | 0 | 30 | 452 | 77 | 57 |
| Binary | 10111110 | 101100 | 11000010 | 10 | 1001101 | 0 | 11000 | 100101010 | 111111 | 101111 |
Color Harmonies of #BE2CC2
Complementary color
Monochromatic Colors of #BE2CC2
Black with #BE2CC2
Text Example
Text Example
White with #BE2CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CC2; }
p { color: rgb(190,44,194); }
H1.HeaderClassName
{
color: #BE2CC2;
}
.AnyTagClassName
{
color: #BE2CC2;
}
</style>
background-color css
<style>
a { background-color: #BE2CC2; }
a { background-color: rgb(190,44,194); }
div.DivClassName
{
background-color: #BE2CC2;
}
.BgClassName
{
background-color: #BE2CC2;
}
</style>
border-color css
<style>
span { border-color: #BE2CC2; }
span { border-color: rgb(190,44,194); }
td.TdClassName
{
border-color: #BE2CC2;
}
.TagClassName
{
border-color: #BE2CC2;
}
</style>