Shades of Fuchsia #BE3FB8
Tints of Fuchsia #BE3FB8
RGB
CMYK
RGB Variations
Color information
#BE3FB8 (or 0xBE3FB8) is known color: Fuchsia. HEX triplet: BE, 3F and B8. RGB value is (190,63,184). Sum of RGB (Red+Green+Blue) = 190+63+184=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FB8 is #41C047. Grayscale: #727272. Windows color (decimal): -4309064 or 12074942. OLE color: 12074942.
HSL color Cylindrical-coordinate representation of color #BE3FB8: hue angle of 302.83º 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 #BE3FB8 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 184 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.25 |
| HSL | 302.83º | 0.5% | 0.5% | - |
| HSV(B) | 302.83º | 0.67% | 0.75% | - |
| XYZ | 31.66 | 17.96 | 47.15 | - |
| YUV | 114.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 184 | 0 | 0.67 | 0.03 | 0.25 | 302.83 | 0.5 | 0.5 |
| Hex | BE | 3F | B8 | 0 | 43 | 3 | 19 | 12F | 32 | 32 |
| Octal | 276 | 77 | 270 | 0 | 103 | 3 | 31 | 457 | 62 | 62 |
| Binary | 10111110 | 111111 | 10111000 | 0 | 1000011 | 11 | 11001 | 100101111 | 110010 | 110010 |
Color Harmonies of #BE3FB8
Complementary color
Monochromatic Colors of #BE3FB8
Black with #BE3FB8
Text Example
Text Example
White with #BE3FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3FB8; }
p { color: rgb(190,63,184); }
H1.HeaderClassName
{
color: #BE3FB8;
}
.AnyTagClassName
{
color: #BE3FB8;
}
</style>
background-color css
<style>
a { background-color: #BE3FB8; }
a { background-color: rgb(190,63,184); }
div.DivClassName
{
background-color: #BE3FB8;
}
.BgClassName
{
background-color: #BE3FB8;
}
</style>
border-color css
<style>
span { border-color: #BE3FB8; }
span { border-color: rgb(190,63,184); }
td.TdClassName
{
border-color: #BE3FB8;
}
.TagClassName
{
border-color: #BE3FB8;
}
</style>