Shades of Fuchsia #BE37C8
Tints of Fuchsia #BE37C8
RGB
CMYK
RGB Variations
Color information
#BE37C8 (or 0xBE37C8) is known color: Fuchsia. HEX triplet: BE, 37 and C8. RGB value is (190,55,200). Sum of RGB (Red+Green+Blue) = 190+55+200=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE37C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE37C8 is #41C837. Grayscale: #6F6F6F. Windows color (decimal): -4311096 or 13121470. OLE color: 13121470.
HSL color Cylindrical-coordinate representation of color #BE37C8: hue angle of 295.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE37C8 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 55 | 200 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.22 |
| HSL | 295.86º | 0.57% | 0.5% | - |
| HSV(B) | 295.86º | 0.73% | 0.78% | - |
| XYZ | 33.03 | 17.85 | 56.35 | - |
| YUV | 111.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 200 | 0.05 | 0.72 | 0 | 0.22 | 295.86 | 0.57 | 0.5 |
| Hex | BE | 37 | C8 | 5 | 48 | 0 | 16 | 128 | 39 | 32 |
| Octal | 276 | 67 | 310 | 5 | 110 | 0 | 26 | 450 | 71 | 62 |
| Binary | 10111110 | 110111 | 11001000 | 101 | 1001000 | 0 | 10110 | 100101000 | 111001 | 110010 |
Color Harmonies of #BE37C8
Complementary color
Monochromatic Colors of #BE37C8
Black with #BE37C8
Text Example
Text Example
White with #BE37C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE37C8; }
p { color: rgb(190,55,200); }
H1.HeaderClassName
{
color: #BE37C8;
}
.AnyTagClassName
{
color: #BE37C8;
}
</style>
background-color css
<style>
a { background-color: #BE37C8; }
a { background-color: rgb(190,55,200); }
div.DivClassName
{
background-color: #BE37C8;
}
.BgClassName
{
background-color: #BE37C8;
}
</style>
border-color css
<style>
span { border-color: #BE37C8; }
span { border-color: rgb(190,55,200); }
td.TdClassName
{
border-color: #BE37C8;
}
.TagClassName
{
border-color: #BE37C8;
}
</style>