Shades of Fuchsia #BE3DB5
Tints of Fuchsia #BE3DB5
RGB
CMYK
RGB Variations
Color information
#BE3DB5 (or 0xBE3DB5) is known color: Fuchsia. HEX triplet: BE, 3D and B5. RGB value is (190,61,181). Sum of RGB (Red+Green+Blue) = 190+61+181=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DB5 is #41C24A. Grayscale: #707070. Windows color (decimal): -4309579 or 11877822. OLE color: 11877822.
HSL color Cylindrical-coordinate representation of color #BE3DB5: hue angle of 304.19º 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 #BE3DB5 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 181 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.25 |
| HSL | 304.19º | 0.51% | 0.49% | - |
| HSV(B) | 304.19º | 0.68% | 0.75% | - |
| XYZ | 31.24 | 17.62 | 45.47 | - |
| YUV | 113.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 181 | 0 | 0.68 | 0.05 | 0.25 | 304.19 | 0.51 | 0.49 |
| Hex | BE | 3D | B5 | 0 | 44 | 5 | 19 | 130 | 33 | 31 |
| Octal | 276 | 75 | 265 | 0 | 104 | 5 | 31 | 460 | 63 | 61 |
| Binary | 10111110 | 111101 | 10110101 | 0 | 1000100 | 101 | 11001 | 100110000 | 110011 | 110001 |
Color Harmonies of #BE3DB5
Complementary color
Monochromatic Colors of #BE3DB5
Black with #BE3DB5
Text Example
Text Example
White with #BE3DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DB5; }
p { color: rgb(190,61,181); }
H1.HeaderClassName
{
color: #BE3DB5;
}
.AnyTagClassName
{
color: #BE3DB5;
}
</style>
background-color css
<style>
a { background-color: #BE3DB5; }
a { background-color: rgb(190,61,181); }
div.DivClassName
{
background-color: #BE3DB5;
}
.BgClassName
{
background-color: #BE3DB5;
}
</style>
border-color css
<style>
span { border-color: #BE3DB5; }
span { border-color: rgb(190,61,181); }
td.TdClassName
{
border-color: #BE3DB5;
}
.TagClassName
{
border-color: #BE3DB5;
}
</style>