Shades of Fuchsia #BE6DB4
Tints of Fuchsia #BE6DB4
RGB
CMYK
RGB Variations
Color information
#BE6DB4 (or 0xBE6DB4) is known color: Fuchsia. HEX triplet: BE, 6D and B4. RGB value is (190,109,180). Sum of RGB (Red+Green+Blue) = 190+109+180=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DB4 is #41924B. Grayscale: #8D8D8D. Windows color (decimal): -4297292 or 11824574. OLE color: 11824574.
HSL color Cylindrical-coordinate representation of color #BE6DB4: hue angle of 307.41º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6DB4 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 180 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.25 |
| HSL | 307.41º | 0.38% | 0.59% | - |
| HSV(B) | 307.41º | 0.43% | 0.75% | - |
| XYZ | 34.94 | 25.18 | 46.2 | - |
| YUV | 141.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 180 | 0 | 0.43 | 0.05 | 0.25 | 307.41 | 0.38 | 0.59 |
| Hex | BE | 6D | B4 | 0 | 2B | 5 | 19 | 133 | 26 | 3B |
| Octal | 276 | 155 | 264 | 0 | 53 | 5 | 31 | 463 | 46 | 73 |
| Binary | 10111110 | 1101101 | 10110100 | 0 | 101011 | 101 | 11001 | 100110011 | 100110 | 111011 |
Color Harmonies of #BE6DB4
Complementary color
Monochromatic Colors of #BE6DB4
Black with #BE6DB4
Text Example
Text Example
White with #BE6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6DB4; }
p { color: rgb(190,109,180); }
H1.HeaderClassName
{
color: #BE6DB4;
}
.AnyTagClassName
{
color: #BE6DB4;
}
</style>
background-color css
<style>
a { background-color: #BE6DB4; }
a { background-color: rgb(190,109,180); }
div.DivClassName
{
background-color: #BE6DB4;
}
.BgClassName
{
background-color: #BE6DB4;
}
</style>
border-color css
<style>
span { border-color: #BE6DB4; }
span { border-color: rgb(190,109,180); }
td.TdClassName
{
border-color: #BE6DB4;
}
.TagClassName
{
border-color: #BE6DB4;
}
</style>