Shades of Hopbush #BE6494
Tints of Hopbush #BE6494
RGB
CMYK
RGB Variations
Color information
#BE6494 (or 0xBE6494) is known color: Hopbush. HEX triplet: BE, 64 and 94. RGB value is (190,100,148). Sum of RGB (Red+Green+Blue) = 190+100+148=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6494 is #419B6B. Grayscale: #848484. Windows color (decimal): -4299628 or 9725118. OLE color: 9725118.
HSL color Cylindrical-coordinate representation of color #BE6494: hue angle of 328º 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 #BE6494 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 148 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.25 |
| HSL | 328º | 0.41% | 0.57% | - |
| HSV(B) | 328º | 0.47% | 0.75% | - |
| XYZ | 31.14 | 22.2 | 30.66 | - |
| YUV | 132.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 148 | 0 | 0.47 | 0.22 | 0.25 | 328 | 0.41 | 0.57 |
| Hex | BE | 64 | 94 | 0 | 2F | 16 | 19 | 148 | 29 | 39 |
| Octal | 276 | 144 | 224 | 0 | 57 | 26 | 31 | 510 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10010100 | 0 | 101111 | 10110 | 11001 | 101001000 | 101001 | 111001 |
Color Harmonies of #BE6494
Complementary color
Monochromatic Colors of #BE6494
Black with #BE6494
Text Example
Text Example
White with #BE6494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6494; }
p { color: rgb(190,100,148); }
H1.HeaderClassName
{
color: #BE6494;
}
.AnyTagClassName
{
color: #BE6494;
}
</style>
background-color css
<style>
a { background-color: #BE6494; }
a { background-color: rgb(190,100,148); }
div.DivClassName
{
background-color: #BE6494;
}
.BgClassName
{
background-color: #BE6494;
}
</style>
border-color css
<style>
span { border-color: #BE6494; }
span { border-color: rgb(190,100,148); }
td.TdClassName
{
border-color: #BE6494;
}
.TagClassName
{
border-color: #BE6494;
}
</style>