Shades of Fuchsia #BE68C7
Tints of Fuchsia #BE68C7
RGB
CMYK
RGB Variations
Color information
#BE68C7 (or 0xBE68C7) is known color: Fuchsia. HEX triplet: BE, 68 and C7. RGB value is (190,104,199). Sum of RGB (Red+Green+Blue) = 190+104+199=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE68C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68C7 is #419738. Grayscale: #8C8C8C. Windows color (decimal): -4298553 or 13068478. OLE color: 13068478.
HSL color Cylindrical-coordinate representation of color #BE68C7: hue angle of 294.32º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE68C7 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 104 | 199 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.22 |
| HSL | 294.32º | 0.46% | 0.59% | - |
| HSV(B) | 294.32º | 0.48% | 0.78% | - |
| XYZ | 36.49 | 24.97 | 56.93 | - |
| YUV | 140.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 199 | 0.05 | 0.48 | 0 | 0.22 | 294.32 | 0.46 | 0.59 |
| Hex | BE | 68 | C7 | 5 | 30 | 0 | 16 | 126 | 2E | 3B |
| Octal | 276 | 150 | 307 | 5 | 60 | 0 | 26 | 446 | 56 | 73 |
| Binary | 10111110 | 1101000 | 11000111 | 101 | 110000 | 0 | 10110 | 100100110 | 101110 | 111011 |
Color Harmonies of #BE68C7
Complementary color
Monochromatic Colors of #BE68C7
Black with #BE68C7
Text Example
Text Example
White with #BE68C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68C7; }
p { color: rgb(190,104,199); }
H1.HeaderClassName
{
color: #BE68C7;
}
.AnyTagClassName
{
color: #BE68C7;
}
</style>
background-color css
<style>
a { background-color: #BE68C7; }
a { background-color: rgb(190,104,199); }
div.DivClassName
{
background-color: #BE68C7;
}
.BgClassName
{
background-color: #BE68C7;
}
</style>
border-color css
<style>
span { border-color: #BE68C7; }
span { border-color: rgb(190,104,199); }
td.TdClassName
{
border-color: #BE68C7;
}
.TagClassName
{
border-color: #BE68C7;
}
</style>