Shades of Fuchsia #BE3CBE
Tints of Fuchsia #BE3CBE
RGB
CMYK
RGB Variations
Color information
#BE3CBE (or 0xBE3CBE) is known color: Fuchsia. HEX triplet: BE, 3C and BE. RGB value is (190,60,190). Sum of RGB (Red+Green+Blue) = 190+60+190=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE3CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CBE is #41C341. Grayscale: #717171. Windows color (decimal): -4309826 or 12467390. OLE color: 12467390.
HSL color Cylindrical-coordinate representation of color #BE3CBE: hue angle of 300º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3CBE is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 190 | - |
| CMYK | 0 | 0.68 | 0 | 0.25 |
| HSL | 300º | 0.52% | 0.49% | - |
| HSV(B) | 300º | 0.68% | 0.75% | - |
| XYZ | 32.15 | 17.9 | 50.48 | - |
| YUV | 113.69 | 171.07 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 190 | 0 | 0.68 | 0 | 0.25 | 300 | 0.52 | 0.49 |
| Hex | BE | 3C | BE | 0 | 44 | 0 | 19 | 12C | 34 | 31 |
| Octal | 276 | 74 | 276 | 0 | 104 | 0 | 31 | 454 | 64 | 61 |
| Binary | 10111110 | 111100 | 10111110 | 0 | 1000100 | 0 | 11001 | 100101100 | 110100 | 110001 |
Color Harmonies of #BE3CBE
Complementary color
Monochromatic Colors of #BE3CBE
Black with #BE3CBE
Text Example
Text Example
White with #BE3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CBE; }
p { color: rgb(190,60,190); }
H1.HeaderClassName
{
color: #BE3CBE;
}
.AnyTagClassName
{
color: #BE3CBE;
}
</style>
background-color css
<style>
a { background-color: #BE3CBE; }
a { background-color: rgb(190,60,190); }
div.DivClassName
{
background-color: #BE3CBE;
}
.BgClassName
{
background-color: #BE3CBE;
}
</style>
border-color css
<style>
span { border-color: #BE3CBE; }
span { border-color: rgb(190,60,190); }
td.TdClassName
{
border-color: #BE3CBE;
}
.TagClassName
{
border-color: #BE3CBE;
}
</style>