Shades of Hopbush #BE6E8F
Tints of Hopbush #BE6E8F
RGB
CMYK
RGB Variations
Color information
#BE6E8F (or 0xBE6E8F) is known color: Hopbush. HEX triplet: BE, 6E and 8F. RGB value is (190,110,143). Sum of RGB (Red+Green+Blue) = 190+110+143=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E8F is #419170. Grayscale: #898989. Windows color (decimal): -4297073 or 9399998. OLE color: 9399998.
HSL color Cylindrical-coordinate representation of color #BE6E8F: hue angle of 335.25º 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 #BE6E8F is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 143 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.25 |
| HSL | 335.25º | 0.38% | 0.59% | - |
| HSV(B) | 335.25º | 0.42% | 0.75% | - |
| XYZ | 31.77 | 24.08 | 28.96 | - |
| YUV | 137.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 143 | 0 | 0.42 | 0.25 | 0.25 | 335.25 | 0.38 | 0.59 |
| Hex | BE | 6E | 8F | 0 | 2A | 19 | 19 | 14F | 26 | 3B |
| Octal | 276 | 156 | 217 | 0 | 52 | 31 | 31 | 517 | 46 | 73 |
| Binary | 10111110 | 1101110 | 10001111 | 0 | 101010 | 11001 | 11001 | 101001111 | 100110 | 111011 |
Color Harmonies of #BE6E8F
Complementary color
Monochromatic Colors of #BE6E8F
Black with #BE6E8F
Text Example
Text Example
White with #BE6E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E8F; }
p { color: rgb(190,110,143); }
H1.HeaderClassName
{
color: #BE6E8F;
}
.AnyTagClassName
{
color: #BE6E8F;
}
</style>
background-color css
<style>
a { background-color: #BE6E8F; }
a { background-color: rgb(190,110,143); }
div.DivClassName
{
background-color: #BE6E8F;
}
.BgClassName
{
background-color: #BE6E8F;
}
</style>
border-color css
<style>
span { border-color: #BE6E8F; }
span { border-color: rgb(190,110,143); }
td.TdClassName
{
border-color: #BE6E8F;
}
.TagClassName
{
border-color: #BE6E8F;
}
</style>