Shades of Hopbush #BE6E8D
Tints of Hopbush #BE6E8D
RGB
CMYK
RGB Variations
Color information
#BE6E8D (or 0xBE6E8D) is known color: Hopbush. HEX triplet: BE, 6E and 8D. RGB value is (190,110,141). Sum of RGB (Red+Green+Blue) = 190+110+141=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E8D is #419172. Grayscale: #898989. Windows color (decimal): -4297075 or 9268926. OLE color: 9268926.
HSL color Cylindrical-coordinate representation of color #BE6E8D: hue angle of 336.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6E8D is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 141 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.25 |
| HSL | 336.75º | 0.38% | 0.59% | - |
| HSV(B) | 336.75º | 0.42% | 0.75% | - |
| XYZ | 31.62 | 24.02 | 28.17 | - |
| YUV | 137.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 141 | 0 | 0.42 | 0.26 | 0.25 | 336.75 | 0.38 | 0.59 |
| Hex | BE | 6E | 8D | 0 | 2A | 1A | 19 | 151 | 26 | 3B |
| Octal | 276 | 156 | 215 | 0 | 52 | 32 | 31 | 521 | 46 | 73 |
| Binary | 10111110 | 1101110 | 10001101 | 0 | 101010 | 11010 | 11001 | 101010001 | 100110 | 111011 |
Color Harmonies of #BE6E8D
Complementary color
Monochromatic Colors of #BE6E8D
Black with #BE6E8D
Text Example
Text Example
White with #BE6E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E8D; }
p { color: rgb(190,110,141); }
H1.HeaderClassName
{
color: #BE6E8D;
}
.AnyTagClassName
{
color: #BE6E8D;
}
</style>
background-color css
<style>
a { background-color: #BE6E8D; }
a { background-color: rgb(190,110,141); }
div.DivClassName
{
background-color: #BE6E8D;
}
.BgClassName
{
background-color: #BE6E8D;
}
</style>
border-color css
<style>
span { border-color: #BE6E8D; }
span { border-color: rgb(190,110,141); }
td.TdClassName
{
border-color: #BE6E8D;
}
.TagClassName
{
border-color: #BE6E8D;
}
</style>