Shades of Fuchsia #BE3DBA
Tints of Fuchsia #BE3DBA
RGB
CMYK
RGB Variations
Color information
#BE3DBA (or 0xBE3DBA) is known color: Fuchsia. HEX triplet: BE, 3D and BA. RGB value is (190,61,186). Sum of RGB (Red+Green+Blue) = 190+61+186=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DBA is #41C245. Grayscale: #717171. Windows color (decimal): -4309574 or 12205502. OLE color: 12205502.
HSL color Cylindrical-coordinate representation of color #BE3DBA: hue angle of 301.86º 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 #BE3DBA is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 186 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.25 |
| HSL | 301.86º | 0.51% | 0.49% | - |
| HSV(B) | 301.86º | 0.68% | 0.75% | - |
| XYZ | 31.77 | 17.83 | 48.22 | - |
| YUV | 113.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 186 | 0 | 0.68 | 0.02 | 0.25 | 301.86 | 0.51 | 0.49 |
| Hex | BE | 3D | BA | 0 | 44 | 2 | 19 | 12E | 33 | 31 |
| Octal | 276 | 75 | 272 | 0 | 104 | 2 | 31 | 456 | 63 | 61 |
| Binary | 10111110 | 111101 | 10111010 | 0 | 1000100 | 10 | 11001 | 100101110 | 110011 | 110001 |
Color Harmonies of #BE3DBA
Complementary color
Monochromatic Colors of #BE3DBA
Black with #BE3DBA
Text Example
Text Example
White with #BE3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DBA; }
p { color: rgb(190,61,186); }
H1.HeaderClassName
{
color: #BE3DBA;
}
.AnyTagClassName
{
color: #BE3DBA;
}
</style>
background-color css
<style>
a { background-color: #BE3DBA; }
a { background-color: rgb(190,61,186); }
div.DivClassName
{
background-color: #BE3DBA;
}
.BgClassName
{
background-color: #BE3DBA;
}
</style>
border-color css
<style>
span { border-color: #BE3DBA; }
span { border-color: rgb(190,61,186); }
td.TdClassName
{
border-color: #BE3DBA;
}
.TagClassName
{
border-color: #BE3DBA;
}
</style>