Shades of Hopbush #BE6BA2
Tints of Hopbush #BE6BA2
RGB
CMYK
RGB Variations
Color information
#BE6BA2 (or 0xBE6BA2) is known color: Hopbush. HEX triplet: BE, 6B and A2. RGB value is (190,107,162). Sum of RGB (Red+Green+Blue) = 190+107+162=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA2 is #41945D. Grayscale: #898989. Windows color (decimal): -4297822 or 10644414. OLE color: 10644414.
HSL color Cylindrical-coordinate representation of color #BE6BA2: hue angle of 320.24º 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 #BE6BA2 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 162 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.25 |
| HSL | 320.24º | 0.39% | 0.58% | - |
| HSV(B) | 320.24º | 0.44% | 0.75% | - |
| XYZ | 33.01 | 24.07 | 37.09 | - |
| YUV | 138.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 162 | 0 | 0.44 | 0.15 | 0.25 | 320.24 | 0.39 | 0.58 |
| Hex | BE | 6B | A2 | 0 | 2C | F | 19 | 140 | 27 | 3A |
| Octal | 276 | 153 | 242 | 0 | 54 | 17 | 31 | 500 | 47 | 72 |
| Binary | 10111110 | 1101011 | 10100010 | 0 | 101100 | 1111 | 11001 | 101000000 | 100111 | 111010 |
Color Harmonies of #BE6BA2
Complementary color
Monochromatic Colors of #BE6BA2
Black with #BE6BA2
Text Example
Text Example
White with #BE6BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BA2; }
p { color: rgb(190,107,162); }
H1.HeaderClassName
{
color: #BE6BA2;
}
.AnyTagClassName
{
color: #BE6BA2;
}
</style>
background-color css
<style>
a { background-color: #BE6BA2; }
a { background-color: rgb(190,107,162); }
div.DivClassName
{
background-color: #BE6BA2;
}
.BgClassName
{
background-color: #BE6BA2;
}
</style>
border-color css
<style>
span { border-color: #BE6BA2; }
span { border-color: rgb(190,107,162); }
td.TdClassName
{
border-color: #BE6BA2;
}
.TagClassName
{
border-color: #BE6BA2;
}
</style>