Shades of Fuchsia #BE60C8
Tints of Fuchsia #BE60C8
RGB
CMYK
RGB Variations
Color information
#BE60C8 (or 0xBE60C8) is known color: Fuchsia. HEX triplet: BE, 60 and C8. RGB value is (190,96,200). Sum of RGB (Red+Green+Blue) = 190+96+200=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE60C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60C8 is #419F37. Grayscale: #878787. Windows color (decimal): -4300600 or 13131966. OLE color: 13131966.
HSL color Cylindrical-coordinate representation of color #BE60C8: hue angle of 294.23º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE60C8 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 96 | 200 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.22 |
| HSL | 294.23º | 0.49% | 0.58% | - |
| HSV(B) | 294.23º | 0.52% | 0.78% | - |
| XYZ | 35.84 | 23.48 | 57.29 | - |
| YUV | 135.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 200 | 0.05 | 0.52 | 0 | 0.22 | 294.23 | 0.49 | 0.58 |
| Hex | BE | 60 | C8 | 5 | 34 | 0 | 16 | 126 | 31 | 3A |
| Octal | 276 | 140 | 310 | 5 | 64 | 0 | 26 | 446 | 61 | 72 |
| Binary | 10111110 | 1100000 | 11001000 | 101 | 110100 | 0 | 10110 | 100100110 | 110001 | 111010 |
Color Harmonies of #BE60C8
Complementary color
Monochromatic Colors of #BE60C8
Black with #BE60C8
Text Example
Text Example
White with #BE60C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60C8; }
p { color: rgb(190,96,200); }
H1.HeaderClassName
{
color: #BE60C8;
}
.AnyTagClassName
{
color: #BE60C8;
}
</style>
background-color css
<style>
a { background-color: #BE60C8; }
a { background-color: rgb(190,96,200); }
div.DivClassName
{
background-color: #BE60C8;
}
.BgClassName
{
background-color: #BE60C8;
}
</style>
border-color css
<style>
span { border-color: #BE60C8; }
span { border-color: rgb(190,96,200); }
td.TdClassName
{
border-color: #BE60C8;
}
.TagClassName
{
border-color: #BE60C8;
}
</style>