Shades of Hopbush #BE6E9F
Tints of Hopbush #BE6E9F
RGB
CMYK
RGB Variations
Color information
#BE6E9F (or 0xBE6E9F) is known color: Hopbush. HEX triplet: BE, 6E and 9F. RGB value is (190,110,159). Sum of RGB (Red+Green+Blue) = 190+110+159=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E9F is #419160. Grayscale: #8B8B8B. Windows color (decimal): -4297057 or 10448574. OLE color: 10448574.
HSL color Cylindrical-coordinate representation of color #BE6E9F: hue angle of 323.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 #BE6E9F is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 159 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.25 |
| HSL | 323.25º | 0.38% | 0.59% | - |
| HSV(B) | 323.25º | 0.42% | 0.75% | - |
| XYZ | 33.07 | 24.6 | 35.81 | - |
| YUV | 139.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 159 | 0 | 0.42 | 0.16 | 0.25 | 323.25 | 0.38 | 0.59 |
| Hex | BE | 6E | 9F | 0 | 2A | 10 | 19 | 143 | 26 | 3B |
| Octal | 276 | 156 | 237 | 0 | 52 | 20 | 31 | 503 | 46 | 73 |
| Binary | 10111110 | 1101110 | 10011111 | 0 | 101010 | 10000 | 11001 | 101000011 | 100110 | 111011 |
Color Harmonies of #BE6E9F
Complementary color
Monochromatic Colors of #BE6E9F
Black with #BE6E9F
Text Example
Text Example
White with #BE6E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E9F; }
p { color: rgb(190,110,159); }
H1.HeaderClassName
{
color: #BE6E9F;
}
.AnyTagClassName
{
color: #BE6E9F;
}
</style>
background-color css
<style>
a { background-color: #BE6E9F; }
a { background-color: rgb(190,110,159); }
div.DivClassName
{
background-color: #BE6E9F;
}
.BgClassName
{
background-color: #BE6E9F;
}
</style>
border-color css
<style>
span { border-color: #BE6E9F; }
span { border-color: rgb(190,110,159); }
td.TdClassName
{
border-color: #BE6E9F;
}
.TagClassName
{
border-color: #BE6E9F;
}
</style>