Shades of Hopbush #BE6AA2
Tints of Hopbush #BE6AA2
RGB
CMYK
RGB Variations
Color information
#BE6AA2 (or 0xBE6AA2) is known color: Hopbush. HEX triplet: BE, 6A and A2. RGB value is (190,106,162). Sum of RGB (Red+Green+Blue) = 190+106+162=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AA2 is #41955D. Grayscale: #898989. Windows color (decimal): -4298078 or 10644158. OLE color: 10644158.
HSL color Cylindrical-coordinate representation of color #BE6AA2: hue angle of 320º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6AA2 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 162 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.25 |
| HSL | 320º | 0.39% | 0.58% | - |
| HSV(B) | 320º | 0.44% | 0.75% | - |
| XYZ | 32.91 | 23.86 | 37.05 | - |
| YUV | 137.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 162 | 0 | 0.44 | 0.15 | 0.25 | 320 | 0.39 | 0.58 |
| Hex | BE | 6A | A2 | 0 | 2C | F | 19 | 140 | 27 | 3A |
| Octal | 276 | 152 | 242 | 0 | 54 | 17 | 31 | 500 | 47 | 72 |
| Binary | 10111110 | 1101010 | 10100010 | 0 | 101100 | 1111 | 11001 | 101000000 | 100111 | 111010 |
Color Harmonies of #BE6AA2
Complementary color
Monochromatic Colors of #BE6AA2
Black with #BE6AA2
Text Example
Text Example
White with #BE6AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6AA2; }
p { color: rgb(190,106,162); }
H1.HeaderClassName
{
color: #BE6AA2;
}
.AnyTagClassName
{
color: #BE6AA2;
}
</style>
background-color css
<style>
a { background-color: #BE6AA2; }
a { background-color: rgb(190,106,162); }
div.DivClassName
{
background-color: #BE6AA2;
}
.BgClassName
{
background-color: #BE6AA2;
}
</style>
border-color css
<style>
span { border-color: #BE6AA2; }
span { border-color: rgb(190,106,162); }
td.TdClassName
{
border-color: #BE6AA2;
}
.TagClassName
{
border-color: #BE6AA2;
}
</style>