Shades of Fuchsia #BE6BAC
Tints of Fuchsia #BE6BAC
RGB
CMYK
RGB Variations
Color information
#BE6BAC (or 0xBE6BAC) is known color: Fuchsia. HEX triplet: BE, 6B and AC. RGB value is (190,107,172). Sum of RGB (Red+Green+Blue) = 190+107+172=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BAC is #419453. Grayscale: #8B8B8B. Windows color (decimal): -4297812 or 11299774. OLE color: 11299774.
HSL color Cylindrical-coordinate representation of color #BE6BAC: hue angle of 313.01º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6BAC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 172 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.25 |
| HSL | 313.01º | 0.39% | 0.58% | - |
| HSV(B) | 313.01º | 0.44% | 0.75% | - |
| XYZ | 33.94 | 24.44 | 41.96 | - |
| YUV | 139.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 172 | 0 | 0.44 | 0.09 | 0.25 | 313.01 | 0.39 | 0.58 |
| Hex | BE | 6B | AC | 0 | 2C | 9 | 19 | 139 | 27 | 3A |
| Octal | 276 | 153 | 254 | 0 | 54 | 11 | 31 | 471 | 47 | 72 |
| Binary | 10111110 | 1101011 | 10101100 | 0 | 101100 | 1001 | 11001 | 100111001 | 100111 | 111010 |
Color Harmonies of #BE6BAC
Complementary color
Monochromatic Colors of #BE6BAC
Black with #BE6BAC
Text Example
Text Example
White with #BE6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BAC; }
p { color: rgb(190,107,172); }
H1.HeaderClassName
{
color: #BE6BAC;
}
.AnyTagClassName
{
color: #BE6BAC;
}
</style>
background-color css
<style>
a { background-color: #BE6BAC; }
a { background-color: rgb(190,107,172); }
div.DivClassName
{
background-color: #BE6BAC;
}
.BgClassName
{
background-color: #BE6BAC;
}
</style>
border-color css
<style>
span { border-color: #BE6BAC; }
span { border-color: rgb(190,107,172); }
td.TdClassName
{
border-color: #BE6BAC;
}
.TagClassName
{
border-color: #BE6BAC;
}
</style>