Shades of Fuchsia #BE63B1
Tints of Fuchsia #BE63B1
RGB
CMYK
RGB Variations
Color information
#BE63B1 (or 0xBE63B1) is known color: Fuchsia. HEX triplet: BE, 63 and B1. RGB value is (190,99,177). Sum of RGB (Red+Green+Blue) = 190+99+177=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63B1 is #419C4E. Grayscale: #868686. Windows color (decimal): -4299855 or 11625406. OLE color: 11625406.
HSL color Cylindrical-coordinate representation of color #BE63B1: hue angle of 308.57º 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 #BE63B1 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 177 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.25 |
| HSL | 308.57º | 0.41% | 0.57% | - |
| HSV(B) | 308.57º | 0.48% | 0.75% | - |
| XYZ | 33.63 | 23.05 | 44.27 | - |
| YUV | 135.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 177 | 0 | 0.48 | 0.07 | 0.25 | 308.57 | 0.41 | 0.57 |
| Hex | BE | 63 | B1 | 0 | 30 | 7 | 19 | 135 | 29 | 39 |
| Octal | 276 | 143 | 261 | 0 | 60 | 7 | 31 | 465 | 51 | 71 |
| Binary | 10111110 | 1100011 | 10110001 | 0 | 110000 | 111 | 11001 | 100110101 | 101001 | 111001 |
Color Harmonies of #BE63B1
Complementary color
Monochromatic Colors of #BE63B1
Black with #BE63B1
Text Example
Text Example
White with #BE63B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63B1; }
p { color: rgb(190,99,177); }
H1.HeaderClassName
{
color: #BE63B1;
}
.AnyTagClassName
{
color: #BE63B1;
}
</style>
background-color css
<style>
a { background-color: #BE63B1; }
a { background-color: rgb(190,99,177); }
div.DivClassName
{
background-color: #BE63B1;
}
.BgClassName
{
background-color: #BE63B1;
}
</style>
border-color css
<style>
span { border-color: #BE63B1; }
span { border-color: rgb(190,99,177); }
td.TdClassName
{
border-color: #BE63B1;
}
.TagClassName
{
border-color: #BE63B1;
}
</style>