Shades of Fuchsia #BE63C5
Tints of Fuchsia #BE63C5
RGB
CMYK
RGB Variations
Color information
#BE63C5 (or 0xBE63C5) is known color: Fuchsia. HEX triplet: BE, 63 and C5. RGB value is (190,99,197). Sum of RGB (Red+Green+Blue) = 190+99+197=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE63C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63C5 is #419C3A. Grayscale: #898989. Windows color (decimal): -4299835 or 12936126. OLE color: 12936126.
HSL color Cylindrical-coordinate representation of color #BE63C5: hue angle of 295.71º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE63C5 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 99 | 197 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.23 |
| HSL | 295.71º | 0.46% | 0.58% | - |
| HSV(B) | 295.71º | 0.5% | 0.77% | - |
| XYZ | 35.78 | 23.9 | 55.55 | - |
| YUV | 137.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 197 | 0.04 | 0.50 | 0 | 0.23 | 295.71 | 0.46 | 0.58 |
| Hex | BE | 63 | C5 | 4 | 32 | 0 | 17 | 128 | 2E | 3A |
| Octal | 276 | 143 | 305 | 4 | 62 | 0 | 27 | 450 | 56 | 72 |
| Binary | 10111110 | 1100011 | 11000101 | 100 | 110010 | 0 | 10111 | 100101000 | 101110 | 111010 |
Color Harmonies of #BE63C5
Complementary color
Monochromatic Colors of #BE63C5
Black with #BE63C5
Text Example
Text Example
White with #BE63C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63C5; }
p { color: rgb(190,99,197); }
H1.HeaderClassName
{
color: #BE63C5;
}
.AnyTagClassName
{
color: #BE63C5;
}
</style>
background-color css
<style>
a { background-color: #BE63C5; }
a { background-color: rgb(190,99,197); }
div.DivClassName
{
background-color: #BE63C5;
}
.BgClassName
{
background-color: #BE63C5;
}
</style>
border-color css
<style>
span { border-color: #BE63C5; }
span { border-color: rgb(190,99,197); }
td.TdClassName
{
border-color: #BE63C5;
}
.TagClassName
{
border-color: #BE63C5;
}
</style>