Shades of Fuchsia #BE3FC0
Tints of Fuchsia #BE3FC0
RGB
CMYK
RGB Variations
Color information
#BE3FC0 (or 0xBE3FC0) is known color: Fuchsia. HEX triplet: BE, 3F and C0. RGB value is (190,63,192). Sum of RGB (Red+Green+Blue) = 190+63+192=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FC0 is #41C03F. Grayscale: #737373. Windows color (decimal): -4309056 or 12599230. OLE color: 12599230.
HSL color Cylindrical-coordinate representation of color #BE3FC0: hue angle of 299.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3FC0 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 192 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.25 |
| HSL | 299.07º | 0.51% | 0.5% | - |
| HSV(B) | 299.07º | 0.67% | 0.75% | - |
| XYZ | 32.53 | 18.31 | 51.69 | - |
| YUV | 115.68 | 171.08 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 192 | 0.01 | 0.67 | 0 | 0.25 | 299.07 | 0.51 | 0.5 |
| Hex | BE | 3F | C0 | 1 | 43 | 0 | 19 | 12B | 33 | 32 |
| Octal | 276 | 77 | 300 | 1 | 103 | 0 | 31 | 453 | 63 | 62 |
| Binary | 10111110 | 111111 | 11000000 | 1 | 1000011 | 0 | 11001 | 100101011 | 110011 | 110010 |
Color Harmonies of #BE3FC0
Complementary color
Monochromatic Colors of #BE3FC0
Black with #BE3FC0
Text Example
Text Example
White with #BE3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3FC0; }
p { color: rgb(190,63,192); }
H1.HeaderClassName
{
color: #BE3FC0;
}
.AnyTagClassName
{
color: #BE3FC0;
}
</style>
background-color css
<style>
a { background-color: #BE3FC0; }
a { background-color: rgb(190,63,192); }
div.DivClassName
{
background-color: #BE3FC0;
}
.BgClassName
{
background-color: #BE3FC0;
}
</style>
border-color css
<style>
span { border-color: #BE3FC0; }
span { border-color: rgb(190,63,192); }
td.TdClassName
{
border-color: #BE3FC0;
}
.TagClassName
{
border-color: #BE3FC0;
}
</style>