Shades of Fuchsia #BE6EBD
Tints of Fuchsia #BE6EBD
RGB
CMYK
RGB Variations
Color information
#BE6EBD (or 0xBE6EBD) is known color: Fuchsia. HEX triplet: BE, 6E and BD. RGB value is (190,110,189). Sum of RGB (Red+Green+Blue) = 190+110+189=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6EBD is #419142. Grayscale: #8E8E8E. Windows color (decimal): -4297027 or 12414654. OLE color: 12414654.
HSL color Cylindrical-coordinate representation of color #BE6EBD: hue angle of 300.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6EBD is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 189 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.25 |
| HSL | 300.75º | 0.38% | 0.59% | - |
| HSV(B) | 300.75º | 0.42% | 0.75% | - |
| XYZ | 36 | 25.77 | 51.22 | - |
| YUV | 142.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 189 | 0 | 0.42 | 0.01 | 0.25 | 300.75 | 0.38 | 0.59 |
| Hex | BE | 6E | BD | 0 | 2A | 1 | 19 | 12D | 26 | 3B |
| Octal | 276 | 156 | 275 | 0 | 52 | 1 | 31 | 455 | 46 | 73 |
| Binary | 10111110 | 1101110 | 10111101 | 0 | 101010 | 1 | 11001 | 100101101 | 100110 | 111011 |
Color Harmonies of #BE6EBD
Complementary color
Monochromatic Colors of #BE6EBD
Black with #BE6EBD
Text Example
Text Example
White with #BE6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EBD; }
p { color: rgb(190,110,189); }
H1.HeaderClassName
{
color: #BE6EBD;
}
.AnyTagClassName
{
color: #BE6EBD;
}
</style>
background-color css
<style>
a { background-color: #BE6EBD; }
a { background-color: rgb(190,110,189); }
div.DivClassName
{
background-color: #BE6EBD;
}
.BgClassName
{
background-color: #BE6EBD;
}
</style>
border-color css
<style>
span { border-color: #BE6EBD; }
span { border-color: rgb(190,110,189); }
td.TdClassName
{
border-color: #BE6EBD;
}
.TagClassName
{
border-color: #BE6EBD;
}
</style>