Shades of Fuchsia #BE2CB2
Tints of Fuchsia #BE2CB2
RGB
CMYK
RGB Variations
Color information
#BE2CB2 (or 0xBE2CB2) is known color: Fuchsia. HEX triplet: BE, 2C and B2. RGB value is (190,44,178). Sum of RGB (Red+Green+Blue) = 190+44+178=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2CB2 is #41D34D. Grayscale: #666666. Windows color (decimal): -4313934 or 11676862. OLE color: 11676862.
HSL color Cylindrical-coordinate representation of color #BE2CB2: hue angle of 304.93º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2CB2 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 178 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.25 |
| HSL | 304.93º | 0.62% | 0.46% | - |
| HSV(B) | 304.93º | 0.77% | 0.75% | - |
| XYZ | 30.17 | 15.96 | 43.61 | - |
| YUV | 102.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 178 | 0 | 0.77 | 0.06 | 0.25 | 304.93 | 0.62 | 0.46 |
| Hex | BE | 2C | B2 | 0 | 4D | 6 | 19 | 131 | 3E | 2E |
| Octal | 276 | 54 | 262 | 0 | 115 | 6 | 31 | 461 | 76 | 56 |
| Binary | 10111110 | 101100 | 10110010 | 0 | 1001101 | 110 | 11001 | 100110001 | 111110 | 101110 |
Color Harmonies of #BE2CB2
Complementary color
Monochromatic Colors of #BE2CB2
Black with #BE2CB2
Text Example
Text Example
White with #BE2CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CB2; }
p { color: rgb(190,44,178); }
H1.HeaderClassName
{
color: #BE2CB2;
}
.AnyTagClassName
{
color: #BE2CB2;
}
</style>
background-color css
<style>
a { background-color: #BE2CB2; }
a { background-color: rgb(190,44,178); }
div.DivClassName
{
background-color: #BE2CB2;
}
.BgClassName
{
background-color: #BE2CB2;
}
</style>
border-color css
<style>
span { border-color: #BE2CB2; }
span { border-color: rgb(190,44,178); }
td.TdClassName
{
border-color: #BE2CB2;
}
.TagClassName
{
border-color: #BE2CB2;
}
</style>