Shades of Fuchsia #BE68B9
Tints of Fuchsia #BE68B9
RGB
CMYK
RGB Variations
Color information
#BE68B9 (or 0xBE68B9) is known color: Fuchsia. HEX triplet: BE, 68 and B9. RGB value is (190,104,185). Sum of RGB (Red+Green+Blue) = 190+104+185=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68B9 is #419746. Grayscale: #8A8A8A. Windows color (decimal): -4298567 or 12150974. OLE color: 12150974.
HSL color Cylindrical-coordinate representation of color #BE68B9: hue angle of 303.49º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE68B9 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 185 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.25 |
| HSL | 303.49º | 0.4% | 0.58% | - |
| HSV(B) | 303.49º | 0.45% | 0.75% | - |
| XYZ | 34.94 | 24.35 | 48.76 | - |
| YUV | 138.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 185 | 0 | 0.45 | 0.03 | 0.25 | 303.49 | 0.4 | 0.58 |
| Hex | BE | 68 | B9 | 0 | 2D | 3 | 19 | 12F | 28 | 3A |
| Octal | 276 | 150 | 271 | 0 | 55 | 3 | 31 | 457 | 50 | 72 |
| Binary | 10111110 | 1101000 | 10111001 | 0 | 101101 | 11 | 11001 | 100101111 | 101000 | 111010 |
Color Harmonies of #BE68B9
Complementary color
Monochromatic Colors of #BE68B9
Black with #BE68B9
Text Example
Text Example
White with #BE68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68B9; }
p { color: rgb(190,104,185); }
H1.HeaderClassName
{
color: #BE68B9;
}
.AnyTagClassName
{
color: #BE68B9;
}
</style>
background-color css
<style>
a { background-color: #BE68B9; }
a { background-color: rgb(190,104,185); }
div.DivClassName
{
background-color: #BE68B9;
}
.BgClassName
{
background-color: #BE68B9;
}
</style>
border-color css
<style>
span { border-color: #BE68B9; }
span { border-color: rgb(190,104,185); }
td.TdClassName
{
border-color: #BE68B9;
}
.TagClassName
{
border-color: #BE68B9;
}
</style>