Shades of Fuchsia #BE6DB2
Tints of Fuchsia #BE6DB2
RGB
CMYK
RGB Variations
Color information
#BE6DB2 (or 0xBE6DB2) is known color: Fuchsia. HEX triplet: BE, 6D and B2. RGB value is (190,109,178). Sum of RGB (Red+Green+Blue) = 190+109+178=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6DB2 is #41924D. Grayscale: #8C8C8C. Windows color (decimal): -4297294 or 11693502. OLE color: 11693502.
HSL color Cylindrical-coordinate representation of color #BE6DB2: hue angle of 308.89º 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 #BE6DB2 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 178 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.25 |
| HSL | 308.89º | 0.38% | 0.59% | - |
| HSV(B) | 308.89º | 0.43% | 0.75% | - |
| XYZ | 34.74 | 25.1 | 45.13 | - |
| YUV | 141.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 178 | 0 | 0.43 | 0.06 | 0.25 | 308.89 | 0.38 | 0.59 |
| Hex | BE | 6D | B2 | 0 | 2B | 6 | 19 | 135 | 26 | 3B |
| Octal | 276 | 155 | 262 | 0 | 53 | 6 | 31 | 465 | 46 | 73 |
| Binary | 10111110 | 1101101 | 10110010 | 0 | 101011 | 110 | 11001 | 100110101 | 100110 | 111011 |
Color Harmonies of #BE6DB2
Complementary color
Monochromatic Colors of #BE6DB2
Black with #BE6DB2
Text Example
Text Example
White with #BE6DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6DB2; }
p { color: rgb(190,109,178); }
H1.HeaderClassName
{
color: #BE6DB2;
}
.AnyTagClassName
{
color: #BE6DB2;
}
</style>
background-color css
<style>
a { background-color: #BE6DB2; }
a { background-color: rgb(190,109,178); }
div.DivClassName
{
background-color: #BE6DB2;
}
.BgClassName
{
background-color: #BE6DB2;
}
</style>
border-color css
<style>
span { border-color: #BE6DB2; }
span { border-color: rgb(190,109,178); }
td.TdClassName
{
border-color: #BE6DB2;
}
.TagClassName
{
border-color: #BE6DB2;
}
</style>