Shades of Fuchsia #BE63B2
Tints of Fuchsia #BE63B2
RGB
CMYK
RGB Variations
Color information
#BE63B2 (or 0xBE63B2) is known color: Fuchsia. HEX triplet: BE, 63 and B2. RGB value is (190,99,178). Sum of RGB (Red+Green+Blue) = 190+99+178=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63B2 is #419C4D. Grayscale: #868686. Windows color (decimal): -4299854 or 11690942. OLE color: 11690942.
HSL color Cylindrical-coordinate representation of color #BE63B2: hue angle of 307.91º 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 #BE63B2 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 178 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.25 |
| HSL | 307.91º | 0.41% | 0.57% | - |
| HSV(B) | 307.91º | 0.48% | 0.75% | - |
| XYZ | 33.73 | 23.09 | 44.8 | - |
| YUV | 135.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 178 | 0 | 0.48 | 0.06 | 0.25 | 307.91 | 0.41 | 0.57 |
| Hex | BE | 63 | B2 | 0 | 30 | 6 | 19 | 134 | 29 | 39 |
| Octal | 276 | 143 | 262 | 0 | 60 | 6 | 31 | 464 | 51 | 71 |
| Binary | 10111110 | 1100011 | 10110010 | 0 | 110000 | 110 | 11001 | 100110100 | 101001 | 111001 |
Color Harmonies of #BE63B2
Complementary color
Monochromatic Colors of #BE63B2
Black with #BE63B2
Text Example
Text Example
White with #BE63B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63B2; }
p { color: rgb(190,99,178); }
H1.HeaderClassName
{
color: #BE63B2;
}
.AnyTagClassName
{
color: #BE63B2;
}
</style>
background-color css
<style>
a { background-color: #BE63B2; }
a { background-color: rgb(190,99,178); }
div.DivClassName
{
background-color: #BE63B2;
}
.BgClassName
{
background-color: #BE63B2;
}
</style>
border-color css
<style>
span { border-color: #BE63B2; }
span { border-color: rgb(190,99,178); }
td.TdClassName
{
border-color: #BE63B2;
}
.TagClassName
{
border-color: #BE63B2;
}
</style>