Shades of Fuchsia #BE6DB8
Tints of Fuchsia #BE6DB8
RGB
CMYK
RGB Variations
Color information
#BE6DB8 (or 0xBE6DB8) is known color: Fuchsia. HEX triplet: BE, 6D and B8. RGB value is (190,109,184). Sum of RGB (Red+Green+Blue) = 190+109+184=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DB8 is #419247. Grayscale: #8D8D8D. Windows color (decimal): -4297288 or 12086718. OLE color: 12086718.
HSL color Cylindrical-coordinate representation of color #BE6DB8: hue angle of 304.44º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6DB8 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 184 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.25 |
| HSL | 304.44º | 0.38% | 0.59% | - |
| HSV(B) | 304.44º | 0.43% | 0.75% | - |
| XYZ | 35.36 | 25.35 | 48.38 | - |
| YUV | 141.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 184 | 0 | 0.43 | 0.03 | 0.25 | 304.44 | 0.38 | 0.59 |
| Hex | BE | 6D | B8 | 0 | 2B | 3 | 19 | 130 | 26 | 3B |
| Octal | 276 | 155 | 270 | 0 | 53 | 3 | 31 | 460 | 46 | 73 |
| Binary | 10111110 | 1101101 | 10111000 | 0 | 101011 | 11 | 11001 | 100110000 | 100110 | 111011 |
Color Harmonies of #BE6DB8
Complementary color
Monochromatic Colors of #BE6DB8
Black with #BE6DB8
Text Example
Text Example
White with #BE6DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6DB8; }
p { color: rgb(190,109,184); }
H1.HeaderClassName
{
color: #BE6DB8;
}
.AnyTagClassName
{
color: #BE6DB8;
}
</style>
background-color css
<style>
a { background-color: #BE6DB8; }
a { background-color: rgb(190,109,184); }
div.DivClassName
{
background-color: #BE6DB8;
}
.BgClassName
{
background-color: #BE6DB8;
}
</style>
border-color css
<style>
span { border-color: #BE6DB8; }
span { border-color: rgb(190,109,184); }
td.TdClassName
{
border-color: #BE6DB8;
}
.TagClassName
{
border-color: #BE6DB8;
}
</style>