Shades of Fuchsia #BE3FBC
Tints of Fuchsia #BE3FBC
RGB
CMYK
RGB Variations
Color information
#BE3FBC (or 0xBE3FBC) is known color: Fuchsia. HEX triplet: BE, 3F and BC. RGB value is (190,63,188). Sum of RGB (Red+Green+Blue) = 190+63+188=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FBC is #41C043. Grayscale: #727272. Windows color (decimal): -4309060 or 12337086. OLE color: 12337086.
HSL color Cylindrical-coordinate representation of color #BE3FBC: hue angle of 300.94º degrees, saturation: 0.5, 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 #BE3FBC is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 188 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.25 |
| HSL | 300.94º | 0.5% | 0.5% | - |
| HSV(B) | 300.94º | 0.67% | 0.75% | - |
| XYZ | 32.09 | 18.13 | 49.39 | - |
| YUV | 115.22 | 169.08 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 188 | 0 | 0.67 | 0.01 | 0.25 | 300.94 | 0.5 | 0.5 |
| Hex | BE | 3F | BC | 0 | 43 | 1 | 19 | 12D | 32 | 32 |
| Octal | 276 | 77 | 274 | 0 | 103 | 1 | 31 | 455 | 62 | 62 |
| Binary | 10111110 | 111111 | 10111100 | 0 | 1000011 | 1 | 11001 | 100101101 | 110010 | 110010 |
Color Harmonies of #BE3FBC
Complementary color
Monochromatic Colors of #BE3FBC
Black with #BE3FBC
Text Example
Text Example
White with #BE3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3FBC; }
p { color: rgb(190,63,188); }
H1.HeaderClassName
{
color: #BE3FBC;
}
.AnyTagClassName
{
color: #BE3FBC;
}
</style>
background-color css
<style>
a { background-color: #BE3FBC; }
a { background-color: rgb(190,63,188); }
div.DivClassName
{
background-color: #BE3FBC;
}
.BgClassName
{
background-color: #BE3FBC;
}
</style>
border-color css
<style>
span { border-color: #BE3FBC; }
span { border-color: rgb(190,63,188); }
td.TdClassName
{
border-color: #BE3FBC;
}
.TagClassName
{
border-color: #BE3FBC;
}
</style>