Shades of Hopbush #BE6497
Tints of Hopbush #BE6497
RGB
CMYK
RGB Variations
Color information
#BE6497 (or 0xBE6497) is known color: Hopbush. HEX triplet: BE, 64 and 97. RGB value is (190,100,151). Sum of RGB (Red+Green+Blue) = 190+100+151=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6497 is #419B68. Grayscale: #848484. Windows color (decimal): -4299625 or 9921726. OLE color: 9921726.
HSL color Cylindrical-coordinate representation of color #BE6497: hue angle of 326º 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 #BE6497 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 151 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.25 |
| HSL | 326º | 0.41% | 0.57% | - |
| HSV(B) | 326º | 0.47% | 0.75% | - |
| XYZ | 31.38 | 22.3 | 31.93 | - |
| YUV | 132.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 151 | 0 | 0.47 | 0.21 | 0.25 | 326 | 0.41 | 0.57 |
| Hex | BE | 64 | 97 | 0 | 2F | 15 | 19 | 146 | 29 | 39 |
| Octal | 276 | 144 | 227 | 0 | 57 | 25 | 31 | 506 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10010111 | 0 | 101111 | 10101 | 11001 | 101000110 | 101001 | 111001 |
Color Harmonies of #BE6497
Complementary color
Monochromatic Colors of #BE6497
Black with #BE6497
Text Example
Text Example
White with #BE6497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6497; }
p { color: rgb(190,100,151); }
H1.HeaderClassName
{
color: #BE6497;
}
.AnyTagClassName
{
color: #BE6497;
}
</style>
background-color css
<style>
a { background-color: #BE6497; }
a { background-color: rgb(190,100,151); }
div.DivClassName
{
background-color: #BE6497;
}
.BgClassName
{
background-color: #BE6497;
}
</style>
border-color css
<style>
span { border-color: #BE6497; }
span { border-color: rgb(190,100,151); }
td.TdClassName
{
border-color: #BE6497;
}
.TagClassName
{
border-color: #BE6497;
}
</style>