Shades of Fuchsia #BE5CAB
Tints of Fuchsia #BE5CAB
RGB
CMYK
RGB Variations
Color information
#BE5CAB (or 0xBE5CAB) is known color: Fuchsia. HEX triplet: BE, 5C and AB. RGB value is (190,92,171). Sum of RGB (Red+Green+Blue) = 190+92+171=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5CAB is #41A354. Grayscale: #828282. Windows color (decimal): -4301653 or 11230398. OLE color: 11230398.
HSL color Cylindrical-coordinate representation of color #BE5CAB: hue angle of 311.63º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5CAB is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 171 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.25 |
| HSL | 311.63º | 0.43% | 0.55% | - |
| HSV(B) | 311.63º | 0.52% | 0.75% | - |
| XYZ | 32.41 | 21.54 | 40.98 | - |
| YUV | 130.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 171 | 0 | 0.52 | 0.10 | 0.25 | 311.63 | 0.43 | 0.55 |
| Hex | BE | 5C | AB | 0 | 34 | A | 19 | 138 | 2B | 37 |
| Octal | 276 | 134 | 253 | 0 | 64 | 12 | 31 | 470 | 53 | 67 |
| Binary | 10111110 | 1011100 | 10101011 | 0 | 110100 | 1010 | 11001 | 100111000 | 101011 | 110111 |
Color Harmonies of #BE5CAB
Complementary color
Monochromatic Colors of #BE5CAB
Black with #BE5CAB
Text Example
Text Example
White with #BE5CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5CAB; }
p { color: rgb(190,92,171); }
H1.HeaderClassName
{
color: #BE5CAB;
}
.AnyTagClassName
{
color: #BE5CAB;
}
</style>
background-color css
<style>
a { background-color: #BE5CAB; }
a { background-color: rgb(190,92,171); }
div.DivClassName
{
background-color: #BE5CAB;
}
.BgClassName
{
background-color: #BE5CAB;
}
</style>
border-color css
<style>
span { border-color: #BE5CAB; }
span { border-color: rgb(190,92,171); }
td.TdClassName
{
border-color: #BE5CAB;
}
.TagClassName
{
border-color: #BE5CAB;
}
</style>