Shades of Fuchsia #BE63B4
Tints of Fuchsia #BE63B4
RGB
CMYK
RGB Variations
Color information
#BE63B4 (or 0xBE63B4) is known color: Fuchsia. HEX triplet: BE, 63 and B4. RGB value is (190,99,180). Sum of RGB (Red+Green+Blue) = 190+99+180=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63B4 is #419C4B. Grayscale: #878787. Windows color (decimal): -4299852 or 11822014. OLE color: 11822014.
HSL color Cylindrical-coordinate representation of color #BE63B4: hue angle of 306.59º 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 #BE63B4 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 180 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.25 |
| HSL | 306.59º | 0.41% | 0.57% | - |
| HSV(B) | 306.59º | 0.48% | 0.75% | - |
| XYZ | 33.94 | 23.17 | 45.86 | - |
| YUV | 135.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 180 | 0 | 0.48 | 0.05 | 0.25 | 306.59 | 0.41 | 0.57 |
| Hex | BE | 63 | B4 | 0 | 30 | 5 | 19 | 133 | 29 | 39 |
| Octal | 276 | 143 | 264 | 0 | 60 | 5 | 31 | 463 | 51 | 71 |
| Binary | 10111110 | 1100011 | 10110100 | 0 | 110000 | 101 | 11001 | 100110011 | 101001 | 111001 |
Color Harmonies of #BE63B4
Complementary color
Monochromatic Colors of #BE63B4
Black with #BE63B4
Text Example
Text Example
White with #BE63B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63B4; }
p { color: rgb(190,99,180); }
H1.HeaderClassName
{
color: #BE63B4;
}
.AnyTagClassName
{
color: #BE63B4;
}
</style>
background-color css
<style>
a { background-color: #BE63B4; }
a { background-color: rgb(190,99,180); }
div.DivClassName
{
background-color: #BE63B4;
}
.BgClassName
{
background-color: #BE63B4;
}
</style>
border-color css
<style>
span { border-color: #BE63B4; }
span { border-color: rgb(190,99,180); }
td.TdClassName
{
border-color: #BE63B4;
}
.TagClassName
{
border-color: #BE63B4;
}
</style>