Shades of Hopbush #BE6E98
Tints of Hopbush #BE6E98
RGB
CMYK
RGB Variations
Color information
#BE6E98 (or 0xBE6E98) is known color: Hopbush. HEX triplet: BE, 6E and 98. RGB value is (190,110,152). Sum of RGB (Red+Green+Blue) = 190+110+152=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E98 is #419167. Grayscale: #8A8A8A. Windows color (decimal): -4297064 or 9989822. OLE color: 9989822.
HSL color Cylindrical-coordinate representation of color #BE6E98: hue angle of 328.5º 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 #BE6E98 is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 152 | - |
| CMYK | 0 | 0.42 | 0.2 | 0.25 |
| HSL | 328.5º | 0.38% | 0.59% | - |
| HSV(B) | 328.5º | 0.42% | 0.75% | - |
| XYZ | 32.48 | 24.37 | 32.7 | - |
| YUV | 138.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 152 | 0 | 0.42 | 0.2 | 0.25 | 328.5 | 0.38 | 0.59 |
| Hex | BE | 6E | 98 | 0 | 2A | 14 | 19 | 148 | 26 | 3B |
| Octal | 276 | 156 | 230 | 0 | 52 | 24 | 31 | 510 | 46 | 73 |
| Binary | 10111110 | 1101110 | 10011000 | 0 | 101010 | 10100 | 11001 | 101001000 | 100110 | 111011 |
Color Harmonies of #BE6E98
Complementary color
Monochromatic Colors of #BE6E98
Black with #BE6E98
Text Example
Text Example
White with #BE6E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E98; }
p { color: rgb(190,110,152); }
H1.HeaderClassName
{
color: #BE6E98;
}
.AnyTagClassName
{
color: #BE6E98;
}
</style>
background-color css
<style>
a { background-color: #BE6E98; }
a { background-color: rgb(190,110,152); }
div.DivClassName
{
background-color: #BE6E98;
}
.BgClassName
{
background-color: #BE6E98;
}
</style>
border-color css
<style>
span { border-color: #BE6E98; }
span { border-color: rgb(190,110,152); }
td.TdClassName
{
border-color: #BE6E98;
}
.TagClassName
{
border-color: #BE6E98;
}
</style>