Shades of Fuchsia #BE3DAC
Tints of Fuchsia #BE3DAC
RGB
CMYK
RGB Variations
Color information
#BE3DAC (or 0xBE3DAC) is known color: Fuchsia. HEX triplet: BE, 3D and AC. RGB value is (190,61,172). Sum of RGB (Red+Green+Blue) = 190+61+172=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3DAC is #41C253. Grayscale: #6F6F6F. Windows color (decimal): -4309588 or 11287998. OLE color: 11287998.
HSL color Cylindrical-coordinate representation of color #BE3DAC: hue angle of 308.37º 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 #BE3DAC is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 172 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.25 |
| HSL | 308.37º | 0.51% | 0.49% | - |
| HSV(B) | 308.37º | 0.68% | 0.75% | - |
| XYZ | 30.35 | 17.26 | 40.76 | - |
| YUV | 112.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 172 | 0 | 0.68 | 0.09 | 0.25 | 308.37 | 0.51 | 0.49 |
| Hex | BE | 3D | AC | 0 | 44 | 9 | 19 | 134 | 33 | 31 |
| Octal | 276 | 75 | 254 | 0 | 104 | 11 | 31 | 464 | 63 | 61 |
| Binary | 10111110 | 111101 | 10101100 | 0 | 1000100 | 1001 | 11001 | 100110100 | 110011 | 110001 |
Color Harmonies of #BE3DAC
Complementary color
Monochromatic Colors of #BE3DAC
Black with #BE3DAC
Text Example
Text Example
White with #BE3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DAC; }
p { color: rgb(190,61,172); }
H1.HeaderClassName
{
color: #BE3DAC;
}
.AnyTagClassName
{
color: #BE3DAC;
}
</style>
background-color css
<style>
a { background-color: #BE3DAC; }
a { background-color: rgb(190,61,172); }
div.DivClassName
{
background-color: #BE3DAC;
}
.BgClassName
{
background-color: #BE3DAC;
}
</style>
border-color css
<style>
span { border-color: #BE3DAC; }
span { border-color: rgb(190,61,172); }
td.TdClassName
{
border-color: #BE3DAC;
}
.TagClassName
{
border-color: #BE3DAC;
}
</style>