Shades of Fuchsia #BE64B5
Tints of Fuchsia #BE64B5
RGB
CMYK
RGB Variations
Color information
#BE64B5 (or 0xBE64B5) is known color: Fuchsia. HEX triplet: BE, 64 and B5. RGB value is (190,100,181). Sum of RGB (Red+Green+Blue) = 190+100+181=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64B5 is #419B4A. Grayscale: #878787. Windows color (decimal): -4299595 or 11887806. OLE color: 11887806.
HSL color Cylindrical-coordinate representation of color #BE64B5: hue angle of 306º 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 #BE64B5 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 181 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.25 |
| HSL | 306º | 0.41% | 0.57% | - |
| HSV(B) | 306º | 0.47% | 0.75% | - |
| XYZ | 34.13 | 23.4 | 46.43 | - |
| YUV | 136.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 181 | 0 | 0.47 | 0.05 | 0.25 | 306 | 0.41 | 0.57 |
| Hex | BE | 64 | B5 | 0 | 2F | 5 | 19 | 132 | 29 | 39 |
| Octal | 276 | 144 | 265 | 0 | 57 | 5 | 31 | 462 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10110101 | 0 | 101111 | 101 | 11001 | 100110010 | 101001 | 111001 |
Color Harmonies of #BE64B5
Complementary color
Monochromatic Colors of #BE64B5
Black with #BE64B5
Text Example
Text Example
White with #BE64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64B5; }
p { color: rgb(190,100,181); }
H1.HeaderClassName
{
color: #BE64B5;
}
.AnyTagClassName
{
color: #BE64B5;
}
</style>
background-color css
<style>
a { background-color: #BE64B5; }
a { background-color: rgb(190,100,181); }
div.DivClassName
{
background-color: #BE64B5;
}
.BgClassName
{
background-color: #BE64B5;
}
</style>
border-color css
<style>
span { border-color: #BE64B5; }
span { border-color: rgb(190,100,181); }
td.TdClassName
{
border-color: #BE64B5;
}
.TagClassName
{
border-color: #BE64B5;
}
</style>