Shades of Fuchsia #BE42C3
Tints of Fuchsia #BE42C3
RGB
CMYK
RGB Variations
Color information
#BE42C3 (or 0xBE42C3) is known color: Fuchsia. HEX triplet: BE, 42 and C3. RGB value is (190,66,195). Sum of RGB (Red+Green+Blue) = 190+66+195=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE42C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42C3 is #41BD3C. Grayscale: #757575. Windows color (decimal): -4308285 or 12796606. OLE color: 12796606.
HSL color Cylindrical-coordinate representation of color #BE42C3: hue angle of 297.67º degrees, saturation: 0.52, 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 #BE42C3 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 66 | 195 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.24 |
| HSL | 297.67º | 0.52% | 0.51% | - |
| HSV(B) | 297.67º | 0.66% | 0.76% | - |
| XYZ | 33.03 | 18.78 | 53.51 | - |
| YUV | 117.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 195 | 0.03 | 0.66 | 0 | 0.24 | 297.67 | 0.52 | 0.51 |
| Hex | BE | 42 | C3 | 3 | 42 | 0 | 18 | 12A | 34 | 33 |
| Octal | 276 | 102 | 303 | 3 | 102 | 0 | 30 | 452 | 64 | 63 |
| Binary | 10111110 | 1000010 | 11000011 | 11 | 1000010 | 0 | 11000 | 100101010 | 110100 | 110011 |
Color Harmonies of #BE42C3
Complementary color
Monochromatic Colors of #BE42C3
Black with #BE42C3
Text Example
Text Example
White with #BE42C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42C3; }
p { color: rgb(190,66,195); }
H1.HeaderClassName
{
color: #BE42C3;
}
.AnyTagClassName
{
color: #BE42C3;
}
</style>
background-color css
<style>
a { background-color: #BE42C3; }
a { background-color: rgb(190,66,195); }
div.DivClassName
{
background-color: #BE42C3;
}
.BgClassName
{
background-color: #BE42C3;
}
</style>
border-color css
<style>
span { border-color: #BE42C3; }
span { border-color: rgb(190,66,195); }
td.TdClassName
{
border-color: #BE42C3;
}
.TagClassName
{
border-color: #BE42C3;
}
</style>