Shades of Fuchsia #BE42C1
Tints of Fuchsia #BE42C1
RGB
CMYK
RGB Variations
Color information
#BE42C1 (or 0xBE42C1) is known color: Fuchsia. HEX triplet: BE, 42 and C1. RGB value is (190,66,193). Sum of RGB (Red+Green+Blue) = 190+66+193=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE42C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42C1 is #41BD3E. Grayscale: #757575. Windows color (decimal): -4308287 or 12665534. OLE color: 12665534.
HSL color Cylindrical-coordinate representation of color #BE42C1: hue angle of 298.58º 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 #BE42C1 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 66 | 193 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.24 |
| HSL | 298.58º | 0.51% | 0.51% | - |
| HSV(B) | 298.58º | 0.66% | 0.76% | - |
| XYZ | 32.81 | 18.69 | 52.33 | - |
| YUV | 117.55 | 170.58 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 193 | 0.02 | 0.66 | 0 | 0.24 | 298.58 | 0.51 | 0.51 |
| Hex | BE | 42 | C1 | 2 | 42 | 0 | 18 | 12B | 33 | 33 |
| Octal | 276 | 102 | 301 | 2 | 102 | 0 | 30 | 453 | 63 | 63 |
| Binary | 10111110 | 1000010 | 11000001 | 10 | 1000010 | 0 | 11000 | 100101011 | 110011 | 110011 |
Color Harmonies of #BE42C1
Complementary color
Monochromatic Colors of #BE42C1
Black with #BE42C1
Text Example
Text Example
White with #BE42C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42C1; }
p { color: rgb(190,66,193); }
H1.HeaderClassName
{
color: #BE42C1;
}
.AnyTagClassName
{
color: #BE42C1;
}
</style>
background-color css
<style>
a { background-color: #BE42C1; }
a { background-color: rgb(190,66,193); }
div.DivClassName
{
background-color: #BE42C1;
}
.BgClassName
{
background-color: #BE42C1;
}
</style>
border-color css
<style>
span { border-color: #BE42C1; }
span { border-color: rgb(190,66,193); }
td.TdClassName
{
border-color: #BE42C1;
}
.TagClassName
{
border-color: #BE42C1;
}
</style>