Shades of Fuchsia #BE42C2
Tints of Fuchsia #BE42C2
RGB
CMYK
RGB Variations
Color information
#BE42C2 (or 0xBE42C2) is known color: Fuchsia. HEX triplet: BE, 42 and C2. RGB value is (190,66,194). Sum of RGB (Red+Green+Blue) = 190+66+194=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE42C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42C2 is #41BD3D. Grayscale: #757575. Windows color (decimal): -4308286 or 12731070. OLE color: 12731070.
HSL color Cylindrical-coordinate representation of color #BE42C2: hue angle of 298.12º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE42C2 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 66 | 194 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.24 |
| HSL | 298.13º | 0.51% | 0.51% | - |
| HSV(B) | 298.13º | 0.66% | 0.76% | - |
| XYZ | 32.92 | 18.74 | 52.92 | - |
| YUV | 117.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 194 | 0.02 | 0.66 | 0 | 0.24 | 298.13 | 0.51 | 0.51 |
| Hex | BE | 42 | C2 | 2 | 42 | 0 | 18 | 12A | 33 | 33 |
| Octal | 276 | 102 | 302 | 2 | 102 | 0 | 30 | 452 | 63 | 63 |
| Binary | 10111110 | 1000010 | 11000010 | 10 | 1000010 | 0 | 11000 | 100101010 | 110011 | 110011 |
Color Harmonies of #BE42C2
Complementary color
Monochromatic Colors of #BE42C2
Black with #BE42C2
Text Example
Text Example
White with #BE42C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42C2; }
p { color: rgb(190,66,194); }
H1.HeaderClassName
{
color: #BE42C2;
}
.AnyTagClassName
{
color: #BE42C2;
}
</style>
background-color css
<style>
a { background-color: #BE42C2; }
a { background-color: rgb(190,66,194); }
div.DivClassName
{
background-color: #BE42C2;
}
.BgClassName
{
background-color: #BE42C2;
}
</style>
border-color css
<style>
span { border-color: #BE42C2; }
span { border-color: rgb(190,66,194); }
td.TdClassName
{
border-color: #BE42C2;
}
.TagClassName
{
border-color: #BE42C2;
}
</style>