Shades of Hopbush #BE6194
Tints of Hopbush #BE6194
RGB
CMYK
RGB Variations
Color information
#BE6194 (or 0xBE6194) is known color: Hopbush. HEX triplet: BE, 61 and 94. RGB value is (190,97,148). Sum of RGB (Red+Green+Blue) = 190+97+148=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6194 is #419E6B. Grayscale: #828282. Windows color (decimal): -4300396 or 9724350. OLE color: 9724350.
HSL color Cylindrical-coordinate representation of color #BE6194: hue angle of 327.1º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6194 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 148 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.25 |
| HSL | 327.1º | 0.42% | 0.56% | - |
| HSV(B) | 327.1º | 0.49% | 0.75% | - |
| XYZ | 30.86 | 21.63 | 30.57 | - |
| YUV | 130.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 148 | 0 | 0.49 | 0.22 | 0.25 | 327.1 | 0.42 | 0.56 |
| Hex | BE | 61 | 94 | 0 | 31 | 16 | 19 | 147 | 2A | 38 |
| Octal | 276 | 141 | 224 | 0 | 61 | 26 | 31 | 507 | 52 | 70 |
| Binary | 10111110 | 1100001 | 10010100 | 0 | 110001 | 10110 | 11001 | 101000111 | 101010 | 111000 |
Color Harmonies of #BE6194
Complementary color
Monochromatic Colors of #BE6194
Black with #BE6194
Text Example
Text Example
White with #BE6194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6194; }
p { color: rgb(190,97,148); }
H1.HeaderClassName
{
color: #BE6194;
}
.AnyTagClassName
{
color: #BE6194;
}
</style>
background-color css
<style>
a { background-color: #BE6194; }
a { background-color: rgb(190,97,148); }
div.DivClassName
{
background-color: #BE6194;
}
.BgClassName
{
background-color: #BE6194;
}
</style>
border-color css
<style>
span { border-color: #BE6194; }
span { border-color: rgb(190,97,148); }
td.TdClassName
{
border-color: #BE6194;
}
.TagClassName
{
border-color: #BE6194;
}
</style>