Shades of Fuchsia #BE70BC
Tints of Fuchsia #BE70BC
RGB
CMYK
RGB Variations
Color information
#BE70BC (or 0xBE70BC) is known color: Fuchsia. HEX triplet: BE, 70 and BC. RGB value is (190,112,188). Sum of RGB (Red+Green+Blue) = 190+112+188=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70BC is #418F43. Grayscale: #8F8F8F. Windows color (decimal): -4296516 or 12349630. OLE color: 12349630.
HSL color Cylindrical-coordinate representation of color #BE70BC: hue angle of 301.54º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE70BC is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 188 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.25 |
| HSL | 301.54º | 0.38% | 0.59% | - |
| HSV(B) | 301.54º | 0.41% | 0.75% | - |
| XYZ | 36.11 | 26.17 | 50.72 | - |
| YUV | 143.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 188 | 0 | 0.41 | 0.01 | 0.25 | 301.54 | 0.38 | 0.59 |
| Hex | BE | 70 | BC | 0 | 29 | 1 | 19 | 12E | 26 | 3B |
| Octal | 276 | 160 | 274 | 0 | 51 | 1 | 31 | 456 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10111100 | 0 | 101001 | 1 | 11001 | 100101110 | 100110 | 111011 |
Color Harmonies of #BE70BC
Complementary color
Monochromatic Colors of #BE70BC
Black with #BE70BC
Text Example
Text Example
White with #BE70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70BC; }
p { color: rgb(190,112,188); }
H1.HeaderClassName
{
color: #BE70BC;
}
.AnyTagClassName
{
color: #BE70BC;
}
</style>
background-color css
<style>
a { background-color: #BE70BC; }
a { background-color: rgb(190,112,188); }
div.DivClassName
{
background-color: #BE70BC;
}
.BgClassName
{
background-color: #BE70BC;
}
</style>
border-color css
<style>
span { border-color: #BE70BC; }
span { border-color: rgb(190,112,188); }
td.TdClassName
{
border-color: #BE70BC;
}
.TagClassName
{
border-color: #BE70BC;
}
</style>