Shades of Fuchsia #BE70BB
Tints of Fuchsia #BE70BB
RGB
CMYK
RGB Variations
Color information
#BE70BB (or 0xBE70BB) is known color: Fuchsia. HEX triplet: BE, 70 and BB. RGB value is (190,112,187). Sum of RGB (Red+Green+Blue) = 190+112+187=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70BB is #418F44. Grayscale: #8F8F8F. Windows color (decimal): -4296517 or 12284094. OLE color: 12284094.
HSL color Cylindrical-coordinate representation of color #BE70BB: hue angle of 302.31º 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 #BE70BB is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 187 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.25 |
| HSL | 302.31º | 0.38% | 0.59% | - |
| HSV(B) | 302.31º | 0.41% | 0.75% | - |
| XYZ | 36 | 26.12 | 50.16 | - |
| YUV | 143.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 187 | 0 | 0.41 | 0.02 | 0.25 | 302.31 | 0.38 | 0.59 |
| Hex | BE | 70 | BB | 0 | 29 | 2 | 19 | 12E | 26 | 3B |
| Octal | 276 | 160 | 273 | 0 | 51 | 2 | 31 | 456 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10111011 | 0 | 101001 | 10 | 11001 | 100101110 | 100110 | 111011 |
Color Harmonies of #BE70BB
Complementary color
Monochromatic Colors of #BE70BB
Black with #BE70BB
Text Example
Text Example
White with #BE70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70BB; }
p { color: rgb(190,112,187); }
H1.HeaderClassName
{
color: #BE70BB;
}
.AnyTagClassName
{
color: #BE70BB;
}
</style>
background-color css
<style>
a { background-color: #BE70BB; }
a { background-color: rgb(190,112,187); }
div.DivClassName
{
background-color: #BE70BB;
}
.BgClassName
{
background-color: #BE70BB;
}
</style>
border-color css
<style>
span { border-color: #BE70BB; }
span { border-color: rgb(190,112,187); }
td.TdClassName
{
border-color: #BE70BB;
}
.TagClassName
{
border-color: #BE70BB;
}
</style>