Shades of Fuchsia #BE63C8
Tints of Fuchsia #BE63C8
RGB
CMYK
RGB Variations
Color information
#BE63C8 (or 0xBE63C8) is known color: Fuchsia. HEX triplet: BE, 63 and C8. RGB value is (190,99,200). Sum of RGB (Red+Green+Blue) = 190+99+200=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE63C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63C8 is #419C37. Grayscale: #898989. Windows color (decimal): -4299832 or 13132734. OLE color: 13132734.
HSL color Cylindrical-coordinate representation of color #BE63C8: hue angle of 294.06º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE63C8 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 99 | 200 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.22 |
| HSL | 294.06º | 0.48% | 0.59% | - |
| HSV(B) | 294.06º | 0.51% | 0.78% | - |
| XYZ | 36.12 | 24.04 | 57.38 | - |
| YUV | 137.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 200 | 0.05 | 0.50 | 0 | 0.22 | 294.06 | 0.48 | 0.59 |
| Hex | BE | 63 | C8 | 5 | 32 | 0 | 16 | 126 | 30 | 3B |
| Octal | 276 | 143 | 310 | 5 | 62 | 0 | 26 | 446 | 60 | 73 |
| Binary | 10111110 | 1100011 | 11001000 | 101 | 110010 | 0 | 10110 | 100100110 | 110000 | 111011 |
Color Harmonies of #BE63C8
Complementary color
Monochromatic Colors of #BE63C8
Black with #BE63C8
Text Example
Text Example
White with #BE63C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63C8; }
p { color: rgb(190,99,200); }
H1.HeaderClassName
{
color: #BE63C8;
}
.AnyTagClassName
{
color: #BE63C8;
}
</style>
background-color css
<style>
a { background-color: #BE63C8; }
a { background-color: rgb(190,99,200); }
div.DivClassName
{
background-color: #BE63C8;
}
.BgClassName
{
background-color: #BE63C8;
}
</style>
border-color css
<style>
span { border-color: #BE63C8; }
span { border-color: rgb(190,99,200); }
td.TdClassName
{
border-color: #BE63C8;
}
.TagClassName
{
border-color: #BE63C8;
}
</style>