Shades of Fuchsia #BE6FBC
Tints of Fuchsia #BE6FBC
RGB
CMYK
RGB Variations
Color information
#BE6FBC (or 0xBE6FBC) is known color: Fuchsia. HEX triplet: BE, 6F and BC. RGB value is (190,111,188). Sum of RGB (Red+Green+Blue) = 190+111+188=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FBC is #419043. Grayscale: #8F8F8F. Windows color (decimal): -4296772 or 12349374. OLE color: 12349374.
HSL color Cylindrical-coordinate representation of color #BE6FBC: hue angle of 301.52º 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 #BE6FBC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 188 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.25 |
| HSL | 301.52º | 0.38% | 0.59% | - |
| HSV(B) | 301.52º | 0.42% | 0.75% | - |
| XYZ | 36 | 25.95 | 50.69 | - |
| YUV | 143.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 188 | 0 | 0.42 | 0.01 | 0.25 | 301.52 | 0.38 | 0.59 |
| Hex | BE | 6F | BC | 0 | 2A | 1 | 19 | 12E | 26 | 3B |
| Octal | 276 | 157 | 274 | 0 | 52 | 1 | 31 | 456 | 46 | 73 |
| Binary | 10111110 | 1101111 | 10111100 | 0 | 101010 | 1 | 11001 | 100101110 | 100110 | 111011 |
Color Harmonies of #BE6FBC
Complementary color
Monochromatic Colors of #BE6FBC
Black with #BE6FBC
Text Example
Text Example
White with #BE6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FBC; }
p { color: rgb(190,111,188); }
H1.HeaderClassName
{
color: #BE6FBC;
}
.AnyTagClassName
{
color: #BE6FBC;
}
</style>
background-color css
<style>
a { background-color: #BE6FBC; }
a { background-color: rgb(190,111,188); }
div.DivClassName
{
background-color: #BE6FBC;
}
.BgClassName
{
background-color: #BE6FBC;
}
</style>
border-color css
<style>
span { border-color: #BE6FBC; }
span { border-color: rgb(190,111,188); }
td.TdClassName
{
border-color: #BE6FBC;
}
.TagClassName
{
border-color: #BE6FBC;
}
</style>