Shades of Fuchsia #BE3DB1
Tints of Fuchsia #BE3DB1
RGB
CMYK
RGB Variations
Color information
#BE3DB1 (or 0xBE3DB1) is known color: Fuchsia. HEX triplet: BE, 3D and B1. RGB value is (190,61,177). Sum of RGB (Red+Green+Blue) = 190+61+177=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3DB1 is #41C24E. Grayscale: #707070. Windows color (decimal): -4309583 or 11615678. OLE color: 11615678.
HSL color Cylindrical-coordinate representation of color #BE3DB1: hue angle of 306.05º 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 #BE3DB1 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 177 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.25 |
| HSL | 306.05º | 0.51% | 0.49% | - |
| HSV(B) | 306.05º | 0.68% | 0.75% | - |
| XYZ | 30.84 | 17.46 | 43.34 | - |
| YUV | 112.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 177 | 0 | 0.68 | 0.07 | 0.25 | 306.05 | 0.51 | 0.49 |
| Hex | BE | 3D | B1 | 0 | 44 | 7 | 19 | 132 | 33 | 31 |
| Octal | 276 | 75 | 261 | 0 | 104 | 7 | 31 | 462 | 63 | 61 |
| Binary | 10111110 | 111101 | 10110001 | 0 | 1000100 | 111 | 11001 | 100110010 | 110011 | 110001 |
Color Harmonies of #BE3DB1
Complementary color
Monochromatic Colors of #BE3DB1
Black with #BE3DB1
Text Example
Text Example
White with #BE3DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DB1; }
p { color: rgb(190,61,177); }
H1.HeaderClassName
{
color: #BE3DB1;
}
.AnyTagClassName
{
color: #BE3DB1;
}
</style>
background-color css
<style>
a { background-color: #BE3DB1; }
a { background-color: rgb(190,61,177); }
div.DivClassName
{
background-color: #BE3DB1;
}
.BgClassName
{
background-color: #BE3DB1;
}
</style>
border-color css
<style>
span { border-color: #BE3DB1; }
span { border-color: rgb(190,61,177); }
td.TdClassName
{
border-color: #BE3DB1;
}
.TagClassName
{
border-color: #BE3DB1;
}
</style>