Shades of Fuchsia #BE70B3
Tints of Fuchsia #BE70B3
RGB
CMYK
RGB Variations
Color information
#BE70B3 (or 0xBE70B3) is known color: Fuchsia. HEX triplet: BE, 70 and B3. RGB value is (190,112,179). Sum of RGB (Red+Green+Blue) = 190+112+179=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70B3 is #418F4C. Grayscale: #8E8E8E. Windows color (decimal): -4296525 or 11759806. OLE color: 11759806.
HSL color Cylindrical-coordinate representation of color #BE70B3: hue angle of 308.46º 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 #BE70B3 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 179 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.25 |
| HSL | 308.46º | 0.38% | 0.59% | - |
| HSV(B) | 308.46º | 0.41% | 0.75% | - |
| XYZ | 35.17 | 25.79 | 45.77 | - |
| YUV | 142.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 179 | 0 | 0.41 | 0.06 | 0.25 | 308.46 | 0.38 | 0.59 |
| Hex | BE | 70 | B3 | 0 | 29 | 6 | 19 | 134 | 26 | 3B |
| Octal | 276 | 160 | 263 | 0 | 51 | 6 | 31 | 464 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10110011 | 0 | 101001 | 110 | 11001 | 100110100 | 100110 | 111011 |
Color Harmonies of #BE70B3
Complementary color
Monochromatic Colors of #BE70B3
Black with #BE70B3
Text Example
Text Example
White with #BE70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70B3; }
p { color: rgb(190,112,179); }
H1.HeaderClassName
{
color: #BE70B3;
}
.AnyTagClassName
{
color: #BE70B3;
}
</style>
background-color css
<style>
a { background-color: #BE70B3; }
a { background-color: rgb(190,112,179); }
div.DivClassName
{
background-color: #BE70B3;
}
.BgClassName
{
background-color: #BE70B3;
}
</style>
border-color css
<style>
span { border-color: #BE70B3; }
span { border-color: rgb(190,112,179); }
td.TdClassName
{
border-color: #BE70B3;
}
.TagClassName
{
border-color: #BE70B3;
}
</style>