Shades of Fuchsia #BE60C5
Tints of Fuchsia #BE60C5
RGB
CMYK
RGB Variations
Color information
#BE60C5 (or 0xBE60C5) is known color: Fuchsia. HEX triplet: BE, 60 and C5. RGB value is (190,96,197). Sum of RGB (Red+Green+Blue) = 190+96+197=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60C5 is #419F3A. Grayscale: #878787. Windows color (decimal): -4300603 or 12935358. OLE color: 12935358.
HSL color Cylindrical-coordinate representation of color #BE60C5: hue angle of 295.84º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE60C5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 96 | 197 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.23 |
| HSL | 295.84º | 0.47% | 0.57% | - |
| HSV(B) | 295.84º | 0.51% | 0.77% | - |
| XYZ | 35.5 | 23.34 | 55.46 | - |
| YUV | 135.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 197 | 0.04 | 0.51 | 0 | 0.23 | 295.84 | 0.47 | 0.57 |
| Hex | BE | 60 | C5 | 4 | 33 | 0 | 17 | 128 | 2F | 39 |
| Octal | 276 | 140 | 305 | 4 | 63 | 0 | 27 | 450 | 57 | 71 |
| Binary | 10111110 | 1100000 | 11000101 | 100 | 110011 | 0 | 10111 | 100101000 | 101111 | 111001 |
Color Harmonies of #BE60C5
Complementary color
Monochromatic Colors of #BE60C5
Black with #BE60C5
Text Example
Text Example
White with #BE60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60C5; }
p { color: rgb(190,96,197); }
H1.HeaderClassName
{
color: #BE60C5;
}
.AnyTagClassName
{
color: #BE60C5;
}
</style>
background-color css
<style>
a { background-color: #BE60C5; }
a { background-color: rgb(190,96,197); }
div.DivClassName
{
background-color: #BE60C5;
}
.BgClassName
{
background-color: #BE60C5;
}
</style>
border-color css
<style>
span { border-color: #BE60C5; }
span { border-color: rgb(190,96,197); }
td.TdClassName
{
border-color: #BE60C5;
}
.TagClassName
{
border-color: #BE60C5;
}
</style>