Shades of Fuchsia #BE3DB3
Tints of Fuchsia #BE3DB3
RGB
CMYK
RGB Variations
Color information
#BE3DB3 (or 0xBE3DB3) is known color: Fuchsia. HEX triplet: BE, 3D and B3. RGB value is (190,61,179). Sum of RGB (Red+Green+Blue) = 190+61+179=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DB3 is #41C24C. Grayscale: #707070. Windows color (decimal): -4309581 or 11746750. OLE color: 11746750.
HSL color Cylindrical-coordinate representation of color #BE3DB3: hue angle of 305.12º 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 #BE3DB3 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 179 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.25 |
| HSL | 305.12º | 0.51% | 0.49% | - |
| HSV(B) | 305.12º | 0.68% | 0.75% | - |
| XYZ | 31.04 | 17.54 | 44.4 | - |
| YUV | 113.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 179 | 0 | 0.68 | 0.06 | 0.25 | 305.12 | 0.51 | 0.49 |
| Hex | BE | 3D | B3 | 0 | 44 | 6 | 19 | 131 | 33 | 31 |
| Octal | 276 | 75 | 263 | 0 | 104 | 6 | 31 | 461 | 63 | 61 |
| Binary | 10111110 | 111101 | 10110011 | 0 | 1000100 | 110 | 11001 | 100110001 | 110011 | 110001 |
Color Harmonies of #BE3DB3
Complementary color
Monochromatic Colors of #BE3DB3
Black with #BE3DB3
Text Example
Text Example
White with #BE3DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DB3; }
p { color: rgb(190,61,179); }
H1.HeaderClassName
{
color: #BE3DB3;
}
.AnyTagClassName
{
color: #BE3DB3;
}
</style>
background-color css
<style>
a { background-color: #BE3DB3; }
a { background-color: rgb(190,61,179); }
div.DivClassName
{
background-color: #BE3DB3;
}
.BgClassName
{
background-color: #BE3DB3;
}
</style>
border-color css
<style>
span { border-color: #BE3DB3; }
span { border-color: rgb(190,61,179); }
td.TdClassName
{
border-color: #BE3DB3;
}
.TagClassName
{
border-color: #BE3DB3;
}
</style>