Shades of Fuchsia #BE42B0
Tints of Fuchsia #BE42B0
RGB
CMYK
RGB Variations
Color information
#BE42B0 (or 0xBE42B0) is known color: Fuchsia. HEX triplet: BE, 42 and B0. RGB value is (190,66,176). Sum of RGB (Red+Green+Blue) = 190+66+176=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42B0 is #41BD4F. Grayscale: #737373. Windows color (decimal): -4308304 or 11551422. OLE color: 11551422.
HSL color Cylindrical-coordinate representation of color #BE42B0: hue angle of 306.77º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE42B0 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 176 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.25 |
| HSL | 306.77º | 0.49% | 0.5% | - |
| HSV(B) | 306.77º | 0.65% | 0.75% | - |
| XYZ | 31.02 | 17.98 | 42.91 | - |
| YUV | 115.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 176 | 0 | 0.65 | 0.07 | 0.25 | 306.77 | 0.49 | 0.5 |
| Hex | BE | 42 | B0 | 0 | 41 | 7 | 19 | 133 | 31 | 32 |
| Octal | 276 | 102 | 260 | 0 | 101 | 7 | 31 | 463 | 61 | 62 |
| Binary | 10111110 | 1000010 | 10110000 | 0 | 1000001 | 111 | 11001 | 100110011 | 110001 | 110010 |
Color Harmonies of #BE42B0
Complementary color
Monochromatic Colors of #BE42B0
Black with #BE42B0
Text Example
Text Example
White with #BE42B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42B0; }
p { color: rgb(190,66,176); }
H1.HeaderClassName
{
color: #BE42B0;
}
.AnyTagClassName
{
color: #BE42B0;
}
</style>
background-color css
<style>
a { background-color: #BE42B0; }
a { background-color: rgb(190,66,176); }
div.DivClassName
{
background-color: #BE42B0;
}
.BgClassName
{
background-color: #BE42B0;
}
</style>
border-color css
<style>
span { border-color: #BE42B0; }
span { border-color: rgb(190,66,176); }
td.TdClassName
{
border-color: #BE42B0;
}
.TagClassName
{
border-color: #BE42B0;
}
</style>