Shades of Hopbush #BE6A9D
Tints of Hopbush #BE6A9D
RGB
CMYK
RGB Variations
Color information
#BE6A9D (or 0xBE6A9D) is known color: Hopbush. HEX triplet: BE, 6A and 9D. RGB value is (190,106,157). Sum of RGB (Red+Green+Blue) = 190+106+157=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A9D is #419562. Grayscale: #888888. Windows color (decimal): -4298083 or 10316478. OLE color: 10316478.
HSL color Cylindrical-coordinate representation of color #BE6A9D: hue angle of 323.57º 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 #BE6A9D is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 157 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.25 |
| HSL | 323.57º | 0.39% | 0.58% | - |
| HSV(B) | 323.57º | 0.44% | 0.75% | - |
| XYZ | 32.48 | 23.69 | 34.76 | - |
| YUV | 136.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 157 | 0 | 0.44 | 0.17 | 0.25 | 323.57 | 0.39 | 0.58 |
| Hex | BE | 6A | 9D | 0 | 2C | 11 | 19 | 144 | 27 | 3A |
| Octal | 276 | 152 | 235 | 0 | 54 | 21 | 31 | 504 | 47 | 72 |
| Binary | 10111110 | 1101010 | 10011101 | 0 | 101100 | 10001 | 11001 | 101000100 | 100111 | 111010 |
Color Harmonies of #BE6A9D
Complementary color
Monochromatic Colors of #BE6A9D
Black with #BE6A9D
Text Example
Text Example
White with #BE6A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6A9D; }
p { color: rgb(190,106,157); }
H1.HeaderClassName
{
color: #BE6A9D;
}
.AnyTagClassName
{
color: #BE6A9D;
}
</style>
background-color css
<style>
a { background-color: #BE6A9D; }
a { background-color: rgb(190,106,157); }
div.DivClassName
{
background-color: #BE6A9D;
}
.BgClassName
{
background-color: #BE6A9D;
}
</style>
border-color css
<style>
span { border-color: #BE6A9D; }
span { border-color: rgb(190,106,157); }
td.TdClassName
{
border-color: #BE6A9D;
}
.TagClassName
{
border-color: #BE6A9D;
}
</style>