Shades of Hopbush #BE64A0
Tints of Hopbush #BE64A0
RGB
CMYK
RGB Variations
Color information
#BE64A0 (or 0xBE64A0) is known color: Hopbush. HEX triplet: BE, 64 and A0. RGB value is (190,100,160). Sum of RGB (Red+Green+Blue) = 190+100+160=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64A0 is #419B5F. Grayscale: #858585. Windows color (decimal): -4299616 or 10511550. OLE color: 10511550.
HSL color Cylindrical-coordinate representation of color #BE64A0: hue angle of 320º 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 #BE64A0 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 160 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.25 |
| HSL | 320º | 0.41% | 0.57% | - |
| HSV(B) | 320º | 0.47% | 0.75% | - |
| XYZ | 32.14 | 22.6 | 35.93 | - |
| YUV | 133.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 160 | 0 | 0.47 | 0.16 | 0.25 | 320 | 0.41 | 0.57 |
| Hex | BE | 64 | A0 | 0 | 2F | 10 | 19 | 140 | 29 | 39 |
| Octal | 276 | 144 | 240 | 0 | 57 | 20 | 31 | 500 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10100000 | 0 | 101111 | 10000 | 11001 | 101000000 | 101001 | 111001 |
Color Harmonies of #BE64A0
Complementary color
Monochromatic Colors of #BE64A0
Black with #BE64A0
Text Example
Text Example
White with #BE64A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64A0; }
p { color: rgb(190,100,160); }
H1.HeaderClassName
{
color: #BE64A0;
}
.AnyTagClassName
{
color: #BE64A0;
}
</style>
background-color css
<style>
a { background-color: #BE64A0; }
a { background-color: rgb(190,100,160); }
div.DivClassName
{
background-color: #BE64A0;
}
.BgClassName
{
background-color: #BE64A0;
}
</style>
border-color css
<style>
span { border-color: #BE64A0; }
span { border-color: rgb(190,100,160); }
td.TdClassName
{
border-color: #BE64A0;
}
.TagClassName
{
border-color: #BE64A0;
}
</style>