Shades of Fuchsia #BE63C2
Tints of Fuchsia #BE63C2
RGB
CMYK
RGB Variations
Color information
#BE63C2 (or 0xBE63C2) is known color: Fuchsia. HEX triplet: BE, 63 and C2. RGB value is (190,99,194). Sum of RGB (Red+Green+Blue) = 190+99+194=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63C2 is #419C3D. Grayscale: #888888. Windows color (decimal): -4299838 or 12739518. OLE color: 12739518.
HSL color Cylindrical-coordinate representation of color #BE63C2: hue angle of 297.47º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE63C2 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 99 | 194 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.24 |
| HSL | 297.47º | 0.44% | 0.57% | - |
| HSV(B) | 297.47º | 0.49% | 0.76% | - |
| XYZ | 35.43 | 23.77 | 53.76 | - |
| YUV | 137.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 194 | 0.02 | 0.49 | 0 | 0.24 | 297.47 | 0.44 | 0.57 |
| Hex | BE | 63 | C2 | 2 | 31 | 0 | 18 | 129 | 2C | 39 |
| Octal | 276 | 143 | 302 | 2 | 61 | 0 | 30 | 451 | 54 | 71 |
| Binary | 10111110 | 1100011 | 11000010 | 10 | 110001 | 0 | 11000 | 100101001 | 101100 | 111001 |
Color Harmonies of #BE63C2
Complementary color
Monochromatic Colors of #BE63C2
Black with #BE63C2
Text Example
Text Example
White with #BE63C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63C2; }
p { color: rgb(190,99,194); }
H1.HeaderClassName
{
color: #BE63C2;
}
.AnyTagClassName
{
color: #BE63C2;
}
</style>
background-color css
<style>
a { background-color: #BE63C2; }
a { background-color: rgb(190,99,194); }
div.DivClassName
{
background-color: #BE63C2;
}
.BgClassName
{
background-color: #BE63C2;
}
</style>
border-color css
<style>
span { border-color: #BE63C2; }
span { border-color: rgb(190,99,194); }
td.TdClassName
{
border-color: #BE63C2;
}
.TagClassName
{
border-color: #BE63C2;
}
</style>