Shades of Hopbush #BE64A1
Tints of Hopbush #BE64A1
RGB
CMYK
RGB Variations
Color information
#BE64A1 (or 0xBE64A1) is known color: Hopbush. HEX triplet: BE, 64 and A1. RGB value is (190,100,161). Sum of RGB (Red+Green+Blue) = 190+100+161=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64A1 is #419B5E. Grayscale: #858585. Windows color (decimal): -4299615 or 10577086. OLE color: 10577086.
HSL color Cylindrical-coordinate representation of color #BE64A1: hue angle of 319.33º 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 #BE64A1 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 161 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.25 |
| HSL | 319.33º | 0.41% | 0.57% | - |
| HSV(B) | 319.33º | 0.47% | 0.75% | - |
| XYZ | 32.23 | 22.63 | 36.39 | - |
| YUV | 133.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 161 | 0 | 0.47 | 0.15 | 0.25 | 319.33 | 0.41 | 0.57 |
| Hex | BE | 64 | A1 | 0 | 2F | F | 19 | 13F | 29 | 39 |
| Octal | 276 | 144 | 241 | 0 | 57 | 17 | 31 | 477 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10100001 | 0 | 101111 | 1111 | 11001 | 100111111 | 101001 | 111001 |
Color Harmonies of #BE64A1
Complementary color
Monochromatic Colors of #BE64A1
Black with #BE64A1
Text Example
Text Example
White with #BE64A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64A1; }
p { color: rgb(190,100,161); }
H1.HeaderClassName
{
color: #BE64A1;
}
.AnyTagClassName
{
color: #BE64A1;
}
</style>
background-color css
<style>
a { background-color: #BE64A1; }
a { background-color: rgb(190,100,161); }
div.DivClassName
{
background-color: #BE64A1;
}
.BgClassName
{
background-color: #BE64A1;
}
</style>
border-color css
<style>
span { border-color: #BE64A1; }
span { border-color: rgb(190,100,161); }
td.TdClassName
{
border-color: #BE64A1;
}
.TagClassName
{
border-color: #BE64A1;
}
</style>