Shades of Fuchsia #BE74BC
Tints of Fuchsia #BE74BC
RGB
CMYK
RGB Variations
Color information
#BE74BC (or 0xBE74BC) is known color: Fuchsia. HEX triplet: BE, 74 and BC. RGB value is (190,116,188). Sum of RGB (Red+Green+Blue) = 190+116+188=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74BC is #418B43. Grayscale: #929292. Windows color (decimal): -4295492 or 12350654. OLE color: 12350654.
HSL color Cylindrical-coordinate representation of color #BE74BC: hue angle of 301.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE74BC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 188 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.25 |
| HSL | 301.62º | 0.36% | 0.6% | - |
| HSV(B) | 301.62º | 0.39% | 0.75% | - |
| XYZ | 36.56 | 27.07 | 50.87 | - |
| YUV | 146.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 188 | 0 | 0.39 | 0.01 | 0.25 | 301.62 | 0.36 | 0.6 |
| Hex | BE | 74 | BC | 0 | 27 | 1 | 19 | 12E | 24 | 3C |
| Octal | 276 | 164 | 274 | 0 | 47 | 1 | 31 | 456 | 44 | 74 |
| Binary | 10111110 | 1110100 | 10111100 | 0 | 100111 | 1 | 11001 | 100101110 | 100100 | 111100 |
Color Harmonies of #BE74BC
Complementary color
Monochromatic Colors of #BE74BC
Black with #BE74BC
Text Example
Text Example
White with #BE74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE74BC; }
p { color: rgb(190,116,188); }
H1.HeaderClassName
{
color: #BE74BC;
}
.AnyTagClassName
{
color: #BE74BC;
}
</style>
background-color css
<style>
a { background-color: #BE74BC; }
a { background-color: rgb(190,116,188); }
div.DivClassName
{
background-color: #BE74BC;
}
.BgClassName
{
background-color: #BE74BC;
}
</style>
border-color css
<style>
span { border-color: #BE74BC; }
span { border-color: rgb(190,116,188); }
td.TdClassName
{
border-color: #BE74BC;
}
.TagClassName
{
border-color: #BE74BC;
}
</style>