Shades of Fuchsia #BE3DB9
Tints of Fuchsia #BE3DB9
RGB
CMYK
RGB Variations
Color information
#BE3DB9 (or 0xBE3DB9) is known color: Fuchsia. HEX triplet: BE, 3D and B9. RGB value is (190,61,185). Sum of RGB (Red+Green+Blue) = 190+61+185=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DB9 is #41C246. Grayscale: #717171. Windows color (decimal): -4309575 or 12139966. OLE color: 12139966.
HSL color Cylindrical-coordinate representation of color #BE3DB9: hue angle of 302.33º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3DB9 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 185 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.25 |
| HSL | 302.33º | 0.51% | 0.49% | - |
| HSV(B) | 302.33º | 0.68% | 0.75% | - |
| XYZ | 31.66 | 17.79 | 47.66 | - |
| YUV | 113.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 185 | 0 | 0.68 | 0.03 | 0.25 | 302.33 | 0.51 | 0.49 |
| Hex | BE | 3D | B9 | 0 | 44 | 3 | 19 | 12E | 33 | 31 |
| Octal | 276 | 75 | 271 | 0 | 104 | 3 | 31 | 456 | 63 | 61 |
| Binary | 10111110 | 111101 | 10111001 | 0 | 1000100 | 11 | 11001 | 100101110 | 110011 | 110001 |
Color Harmonies of #BE3DB9
Complementary color
Monochromatic Colors of #BE3DB9
Black with #BE3DB9
Text Example
Text Example
White with #BE3DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DB9; }
p { color: rgb(190,61,185); }
H1.HeaderClassName
{
color: #BE3DB9;
}
.AnyTagClassName
{
color: #BE3DB9;
}
</style>
background-color css
<style>
a { background-color: #BE3DB9; }
a { background-color: rgb(190,61,185); }
div.DivClassName
{
background-color: #BE3DB9;
}
.BgClassName
{
background-color: #BE3DB9;
}
</style>
border-color css
<style>
span { border-color: #BE3DB9; }
span { border-color: rgb(190,61,185); }
td.TdClassName
{
border-color: #BE3DB9;
}
.TagClassName
{
border-color: #BE3DB9;
}
</style>