Shades of Hopbush #BE659C
Tints of Hopbush #BE659C
RGB
CMYK
RGB Variations
Color information
#BE659C (or 0xBE659C) is known color: Hopbush. HEX triplet: BE, 65 and 9C. RGB value is (190,101,156). Sum of RGB (Red+Green+Blue) = 190+101+156=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE659C is #419A63. Grayscale: #858585. Windows color (decimal): -4299364 or 10249662. OLE color: 10249662.
HSL color Cylindrical-coordinate representation of color #BE659C: hue angle of 322.92º 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 #BE659C is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 156 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.25 |
| HSL | 322.92º | 0.41% | 0.57% | - |
| HSV(B) | 322.92º | 0.47% | 0.75% | - |
| XYZ | 31.89 | 22.65 | 34.14 | - |
| YUV | 133.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 156 | 0 | 0.47 | 0.18 | 0.25 | 322.92 | 0.41 | 0.57 |
| Hex | BE | 65 | 9C | 0 | 2F | 12 | 19 | 143 | 29 | 39 |
| Octal | 276 | 145 | 234 | 0 | 57 | 22 | 31 | 503 | 51 | 71 |
| Binary | 10111110 | 1100101 | 10011100 | 0 | 101111 | 10010 | 11001 | 101000011 | 101001 | 111001 |
Color Harmonies of #BE659C
Complementary color
Monochromatic Colors of #BE659C
Black with #BE659C
Text Example
Text Example
White with #BE659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE659C; }
p { color: rgb(190,101,156); }
H1.HeaderClassName
{
color: #BE659C;
}
.AnyTagClassName
{
color: #BE659C;
}
</style>
background-color css
<style>
a { background-color: #BE659C; }
a { background-color: rgb(190,101,156); }
div.DivClassName
{
background-color: #BE659C;
}
.BgClassName
{
background-color: #BE659C;
}
</style>
border-color css
<style>
span { border-color: #BE659C; }
span { border-color: rgb(190,101,156); }
td.TdClassName
{
border-color: #BE659C;
}
.TagClassName
{
border-color: #BE659C;
}
</style>