Shades of Fuchsia #BE60C0
Tints of Fuchsia #BE60C0
RGB
CMYK
RGB Variations
Color information
#BE60C0 (or 0xBE60C0) is known color: Fuchsia. HEX triplet: BE, 60 and C0. RGB value is (190,96,192). Sum of RGB (Red+Green+Blue) = 190+96+192=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE60C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60C0 is #419F3F. Grayscale: #868686. Windows color (decimal): -4300608 or 12607678. OLE color: 12607678.
HSL color Cylindrical-coordinate representation of color #BE60C0: hue angle of 298.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE60C0 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 192 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.25 |
| HSL | 298.75º | 0.43% | 0.56% | - |
| HSV(B) | 298.75º | 0.5% | 0.75% | - |
| XYZ | 34.93 | 23.12 | 52.49 | - |
| YUV | 135.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 192 | 0.01 | 0.50 | 0 | 0.25 | 298.75 | 0.43 | 0.56 |
| Hex | BE | 60 | C0 | 1 | 32 | 0 | 19 | 12B | 2B | 38 |
| Octal | 276 | 140 | 300 | 1 | 62 | 0 | 31 | 453 | 53 | 70 |
| Binary | 10111110 | 1100000 | 11000000 | 1 | 110010 | 0 | 11001 | 100101011 | 101011 | 111000 |
Color Harmonies of #BE60C0
Complementary color
Monochromatic Colors of #BE60C0
Black with #BE60C0
Text Example
Text Example
White with #BE60C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60C0; }
p { color: rgb(190,96,192); }
H1.HeaderClassName
{
color: #BE60C0;
}
.AnyTagClassName
{
color: #BE60C0;
}
</style>
background-color css
<style>
a { background-color: #BE60C0; }
a { background-color: rgb(190,96,192); }
div.DivClassName
{
background-color: #BE60C0;
}
.BgClassName
{
background-color: #BE60C0;
}
</style>
border-color css
<style>
span { border-color: #BE60C0; }
span { border-color: rgb(190,96,192); }
td.TdClassName
{
border-color: #BE60C0;
}
.TagClassName
{
border-color: #BE60C0;
}
</style>