Shades of Fuchsia #BE41C8
Tints of Fuchsia #BE41C8
RGB
CMYK
RGB Variations
Color information
#BE41C8 (or 0xBE41C8) is known color: Fuchsia. HEX triplet: BE, 41 and C8. RGB value is (190,65,200). Sum of RGB (Red+Green+Blue) = 190+65+200=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE41C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41C8 is #41BE37. Grayscale: #757575. Windows color (decimal): -4308536 or 13124030. OLE color: 13124030.
HSL color Cylindrical-coordinate representation of color #BE41C8: hue angle of 295.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE41C8 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 65 | 200 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.22 |
| HSL | 295.56º | 0.55% | 0.52% | - |
| HSV(B) | 295.56º | 0.68% | 0.78% | - |
| XYZ | 33.55 | 18.9 | 56.52 | - |
| YUV | 117.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 200 | 0.05 | 0.68 | 0 | 0.22 | 295.56 | 0.55 | 0.52 |
| Hex | BE | 41 | C8 | 5 | 44 | 0 | 16 | 128 | 37 | 34 |
| Octal | 276 | 101 | 310 | 5 | 104 | 0 | 26 | 450 | 67 | 64 |
| Binary | 10111110 | 1000001 | 11001000 | 101 | 1000100 | 0 | 10110 | 100101000 | 110111 | 110100 |
Color Harmonies of #BE41C8
Complementary color
Monochromatic Colors of #BE41C8
Black with #BE41C8
Text Example
Text Example
White with #BE41C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41C8; }
p { color: rgb(190,65,200); }
H1.HeaderClassName
{
color: #BE41C8;
}
.AnyTagClassName
{
color: #BE41C8;
}
</style>
background-color css
<style>
a { background-color: #BE41C8; }
a { background-color: rgb(190,65,200); }
div.DivClassName
{
background-color: #BE41C8;
}
.BgClassName
{
background-color: #BE41C8;
}
</style>
border-color css
<style>
span { border-color: #BE41C8; }
span { border-color: rgb(190,65,200); }
td.TdClassName
{
border-color: #BE41C8;
}
.TagClassName
{
border-color: #BE41C8;
}
</style>