Shades of Fuchsia #BE3DC0
Tints of Fuchsia #BE3DC0
RGB
CMYK
RGB Variations
Color information
#BE3DC0 (or 0xBE3DC0) is known color: Fuchsia. HEX triplet: BE, 3D and C0. RGB value is (190,61,192). Sum of RGB (Red+Green+Blue) = 190+61+192=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE3DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DC0 is #41C23F. Grayscale: #727272. Windows color (decimal): -4309568 or 12598718. OLE color: 12598718.
HSL color Cylindrical-coordinate representation of color #BE3DC0: hue angle of 299.08º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3DC0 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 192 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.25 |
| HSL | 299.08º | 0.52% | 0.5% | - |
| HSV(B) | 299.08º | 0.68% | 0.75% | - |
| XYZ | 32.42 | 18.09 | 51.65 | - |
| YUV | 114.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 192 | 0.01 | 0.68 | 0 | 0.25 | 299.08 | 0.52 | 0.5 |
| Hex | BE | 3D | C0 | 1 | 44 | 0 | 19 | 12B | 34 | 32 |
| Octal | 276 | 75 | 300 | 1 | 104 | 0 | 31 | 453 | 64 | 62 |
| Binary | 10111110 | 111101 | 11000000 | 1 | 1000100 | 0 | 11001 | 100101011 | 110100 | 110010 |
Color Harmonies of #BE3DC0
Complementary color
Monochromatic Colors of #BE3DC0
Black with #BE3DC0
Text Example
Text Example
White with #BE3DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DC0; }
p { color: rgb(190,61,192); }
H1.HeaderClassName
{
color: #BE3DC0;
}
.AnyTagClassName
{
color: #BE3DC0;
}
</style>
background-color css
<style>
a { background-color: #BE3DC0; }
a { background-color: rgb(190,61,192); }
div.DivClassName
{
background-color: #BE3DC0;
}
.BgClassName
{
background-color: #BE3DC0;
}
</style>
border-color css
<style>
span { border-color: #BE3DC0; }
span { border-color: rgb(190,61,192); }
td.TdClassName
{
border-color: #BE3DC0;
}
.TagClassName
{
border-color: #BE3DC0;
}
</style>