Shades of Fuchsia #BE42B9
Tints of Fuchsia #BE42B9
RGB
CMYK
RGB Variations
Color information
#BE42B9 (or 0xBE42B9) is known color: Fuchsia. HEX triplet: BE, 42 and B9. RGB value is (190,66,185). Sum of RGB (Red+Green+Blue) = 190+66+185=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42B9 is #41BD46. Grayscale: #747474. Windows color (decimal): -4308295 or 12141246. OLE color: 12141246.
HSL color Cylindrical-coordinate representation of color #BE42B9: hue angle of 302.42º 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 #BE42B9 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 185 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.25 |
| HSL | 302.42º | 0.49% | 0.5% | - |
| HSV(B) | 302.42º | 0.65% | 0.75% | - |
| XYZ | 31.94 | 18.35 | 47.76 | - |
| YUV | 116.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 185 | 0 | 0.65 | 0.03 | 0.25 | 302.42 | 0.49 | 0.5 |
| Hex | BE | 42 | B9 | 0 | 41 | 3 | 19 | 12E | 31 | 32 |
| Octal | 276 | 102 | 271 | 0 | 101 | 3 | 31 | 456 | 61 | 62 |
| Binary | 10111110 | 1000010 | 10111001 | 0 | 1000001 | 11 | 11001 | 100101110 | 110001 | 110010 |
Color Harmonies of #BE42B9
Complementary color
Monochromatic Colors of #BE42B9
Black with #BE42B9
Text Example
Text Example
White with #BE42B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42B9; }
p { color: rgb(190,66,185); }
H1.HeaderClassName
{
color: #BE42B9;
}
.AnyTagClassName
{
color: #BE42B9;
}
</style>
background-color css
<style>
a { background-color: #BE42B9; }
a { background-color: rgb(190,66,185); }
div.DivClassName
{
background-color: #BE42B9;
}
.BgClassName
{
background-color: #BE42B9;
}
</style>
border-color css
<style>
span { border-color: #BE42B9; }
span { border-color: rgb(190,66,185); }
td.TdClassName
{
border-color: #BE42B9;
}
.TagClassName
{
border-color: #BE42B9;
}
</style>