Shades of Fuchsia #BE70B2
Tints of Fuchsia #BE70B2
RGB
CMYK
RGB Variations
Color information
#BE70B2 (or 0xBE70B2) is known color: Fuchsia. HEX triplet: BE, 70 and B2. RGB value is (190,112,178). Sum of RGB (Red+Green+Blue) = 190+112+178=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70B2 is #418F4D. Grayscale: #8E8E8E. Windows color (decimal): -4296526 or 11694270. OLE color: 11694270.
HSL color Cylindrical-coordinate representation of color #BE70B2: hue angle of 309.23º 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 #BE70B2 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 178 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.25 |
| HSL | 309.23º | 0.38% | 0.59% | - |
| HSV(B) | 309.23º | 0.41% | 0.75% | - |
| XYZ | 35.07 | 25.75 | 45.24 | - |
| YUV | 142.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 178 | 0 | 0.41 | 0.06 | 0.25 | 309.23 | 0.38 | 0.59 |
| Hex | BE | 70 | B2 | 0 | 29 | 6 | 19 | 135 | 26 | 3B |
| Octal | 276 | 160 | 262 | 0 | 51 | 6 | 31 | 465 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10110010 | 0 | 101001 | 110 | 11001 | 100110101 | 100110 | 111011 |
Color Harmonies of #BE70B2
Complementary color
Monochromatic Colors of #BE70B2
Black with #BE70B2
Text Example
Text Example
White with #BE70B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70B2; }
p { color: rgb(190,112,178); }
H1.HeaderClassName
{
color: #BE70B2;
}
.AnyTagClassName
{
color: #BE70B2;
}
</style>
background-color css
<style>
a { background-color: #BE70B2; }
a { background-color: rgb(190,112,178); }
div.DivClassName
{
background-color: #BE70B2;
}
.BgClassName
{
background-color: #BE70B2;
}
</style>
border-color css
<style>
span { border-color: #BE70B2; }
span { border-color: rgb(190,112,178); }
td.TdClassName
{
border-color: #BE70B2;
}
.TagClassName
{
border-color: #BE70B2;
}
</style>