Shades of Fuchsia #BE65AB
Tints of Fuchsia #BE65AB
RGB
CMYK
RGB Variations
Color information
#BE65AB (or 0xBE65AB) is known color: Fuchsia. HEX triplet: BE, 65 and AB. RGB value is (190,101,171). Sum of RGB (Red+Green+Blue) = 190+101+171=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65AB is #419A54. Grayscale: #878787. Windows color (decimal): -4299349 or 11232702. OLE color: 11232702.
HSL color Cylindrical-coordinate representation of color #BE65AB: hue angle of 312.81º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE65AB is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 171 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.25 |
| HSL | 312.81º | 0.41% | 0.57% | - |
| HSV(B) | 312.81º | 0.47% | 0.75% | - |
| XYZ | 33.24 | 23.19 | 41.25 | - |
| YUV | 135.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 171 | 0 | 0.47 | 0.10 | 0.25 | 312.81 | 0.41 | 0.57 |
| Hex | BE | 65 | AB | 0 | 2F | A | 19 | 139 | 29 | 39 |
| Octal | 276 | 145 | 253 | 0 | 57 | 12 | 31 | 471 | 51 | 71 |
| Binary | 10111110 | 1100101 | 10101011 | 0 | 101111 | 1010 | 11001 | 100111001 | 101001 | 111001 |
Color Harmonies of #BE65AB
Complementary color
Monochromatic Colors of #BE65AB
Black with #BE65AB
Text Example
Text Example
White with #BE65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE65AB; }
p { color: rgb(190,101,171); }
H1.HeaderClassName
{
color: #BE65AB;
}
.AnyTagClassName
{
color: #BE65AB;
}
</style>
background-color css
<style>
a { background-color: #BE65AB; }
a { background-color: rgb(190,101,171); }
div.DivClassName
{
background-color: #BE65AB;
}
.BgClassName
{
background-color: #BE65AB;
}
</style>
border-color css
<style>
span { border-color: #BE65AB; }
span { border-color: rgb(190,101,171); }
td.TdClassName
{
border-color: #BE65AB;
}
.TagClassName
{
border-color: #BE65AB;
}
</style>