Shades of Fuchsia #BE6DBB
Tints of Fuchsia #BE6DBB
RGB
CMYK
RGB Variations
Color information
#BE6DBB (or 0xBE6DBB) is known color: Fuchsia. HEX triplet: BE, 6D and BB. RGB value is (190,109,187). Sum of RGB (Red+Green+Blue) = 190+109+187=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DBB is #419244. Grayscale: #8D8D8D. Windows color (decimal): -4297285 or 12283326. OLE color: 12283326.
HSL color Cylindrical-coordinate representation of color #BE6DBB: hue angle of 302.22º 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 #BE6DBB is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 187 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.25 |
| HSL | 302.22º | 0.38% | 0.59% | - |
| HSV(B) | 302.22º | 0.43% | 0.75% | - |
| XYZ | 35.67 | 25.47 | 50.05 | - |
| YUV | 142.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 187 | 0 | 0.43 | 0.02 | 0.25 | 302.22 | 0.38 | 0.59 |
| Hex | BE | 6D | BB | 0 | 2B | 2 | 19 | 12E | 26 | 3B |
| Octal | 276 | 155 | 273 | 0 | 53 | 2 | 31 | 456 | 46 | 73 |
| Binary | 10111110 | 1101101 | 10111011 | 0 | 101011 | 10 | 11001 | 100101110 | 100110 | 111011 |
Color Harmonies of #BE6DBB
Complementary color
Monochromatic Colors of #BE6DBB
Black with #BE6DBB
Text Example
Text Example
White with #BE6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6DBB; }
p { color: rgb(190,109,187); }
H1.HeaderClassName
{
color: #BE6DBB;
}
.AnyTagClassName
{
color: #BE6DBB;
}
</style>
background-color css
<style>
a { background-color: #BE6DBB; }
a { background-color: rgb(190,109,187); }
div.DivClassName
{
background-color: #BE6DBB;
}
.BgClassName
{
background-color: #BE6DBB;
}
</style>
border-color css
<style>
span { border-color: #BE6DBB; }
span { border-color: rgb(190,109,187); }
td.TdClassName
{
border-color: #BE6DBB;
}
.TagClassName
{
border-color: #BE6DBB;
}
</style>