Shades of Fuchsia #BE63BC
Tints of Fuchsia #BE63BC
RGB
CMYK
RGB Variations
Color information
#BE63BC (or 0xBE63BC) is known color: Fuchsia. HEX triplet: BE, 63 and BC. RGB value is (190,99,188). Sum of RGB (Red+Green+Blue) = 190+99+188=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63BC is #419C43. Grayscale: #888888. Windows color (decimal): -4299844 or 12346302. OLE color: 12346302.
HSL color Cylindrical-coordinate representation of color #BE63BC: hue angle of 301.32º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE63BC is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 188 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.25 |
| HSL | 301.32º | 0.41% | 0.57% | - |
| HSV(B) | 301.32º | 0.48% | 0.75% | - |
| XYZ | 34.77 | 23.5 | 50.28 | - |
| YUV | 136.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 188 | 0 | 0.48 | 0.01 | 0.25 | 301.32 | 0.41 | 0.57 |
| Hex | BE | 63 | BC | 0 | 30 | 1 | 19 | 12D | 29 | 39 |
| Octal | 276 | 143 | 274 | 0 | 60 | 1 | 31 | 455 | 51 | 71 |
| Binary | 10111110 | 1100011 | 10111100 | 0 | 110000 | 1 | 11001 | 100101101 | 101001 | 111001 |
Color Harmonies of #BE63BC
Complementary color
Monochromatic Colors of #BE63BC
Black with #BE63BC
Text Example
Text Example
White with #BE63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63BC; }
p { color: rgb(190,99,188); }
H1.HeaderClassName
{
color: #BE63BC;
}
.AnyTagClassName
{
color: #BE63BC;
}
</style>
background-color css
<style>
a { background-color: #BE63BC; }
a { background-color: rgb(190,99,188); }
div.DivClassName
{
background-color: #BE63BC;
}
.BgClassName
{
background-color: #BE63BC;
}
</style>
border-color css
<style>
span { border-color: #BE63BC; }
span { border-color: rgb(190,99,188); }
td.TdClassName
{
border-color: #BE63BC;
}
.TagClassName
{
border-color: #BE63BC;
}
</style>