Shades of Fuchsia #BE68C5
Tints of Fuchsia #BE68C5
RGB
CMYK
RGB Variations
Color information
#BE68C5 (or 0xBE68C5) is known color: Fuchsia. HEX triplet: BE, 68 and C5. RGB value is (190,104,197). Sum of RGB (Red+Green+Blue) = 190+104+197=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68C5 is #41973A. Grayscale: #8C8C8C. Windows color (decimal): -4298555 or 12937406. OLE color: 12937406.
HSL color Cylindrical-coordinate representation of color #BE68C5: hue angle of 295.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE68C5 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 104 | 197 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.23 |
| HSL | 295.48º | 0.44% | 0.59% | - |
| HSV(B) | 295.48º | 0.47% | 0.77% | - |
| XYZ | 36.26 | 24.88 | 55.71 | - |
| YUV | 140.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 197 | 0.04 | 0.47 | 0 | 0.23 | 295.48 | 0.44 | 0.59 |
| Hex | BE | 68 | C5 | 4 | 2F | 0 | 17 | 127 | 2C | 3B |
| Octal | 276 | 150 | 305 | 4 | 57 | 0 | 27 | 447 | 54 | 73 |
| Binary | 10111110 | 1101000 | 11000101 | 100 | 101111 | 0 | 10111 | 100100111 | 101100 | 111011 |
Color Harmonies of #BE68C5
Complementary color
Monochromatic Colors of #BE68C5
Black with #BE68C5
Text Example
Text Example
White with #BE68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68C5; }
p { color: rgb(190,104,197); }
H1.HeaderClassName
{
color: #BE68C5;
}
.AnyTagClassName
{
color: #BE68C5;
}
</style>
background-color css
<style>
a { background-color: #BE68C5; }
a { background-color: rgb(190,104,197); }
div.DivClassName
{
background-color: #BE68C5;
}
.BgClassName
{
background-color: #BE68C5;
}
</style>
border-color css
<style>
span { border-color: #BE68C5; }
span { border-color: rgb(190,104,197); }
td.TdClassName
{
border-color: #BE68C5;
}
.TagClassName
{
border-color: #BE68C5;
}
</style>