Shades of Hopbush #BE65A1
Tints of Hopbush #BE65A1
RGB
CMYK
RGB Variations
Color information
#BE65A1 (or 0xBE65A1) is known color: Hopbush. HEX triplet: BE, 65 and A1. RGB value is (190,101,161). Sum of RGB (Red+Green+Blue) = 190+101+161=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65A1 is #419A5E. Grayscale: #868686. Windows color (decimal): -4299359 or 10577342. OLE color: 10577342.
HSL color Cylindrical-coordinate representation of color #BE65A1: hue angle of 319.55º 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 #BE65A1 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 161 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.25 |
| HSL | 319.55º | 0.41% | 0.57% | - |
| HSV(B) | 319.55º | 0.47% | 0.75% | - |
| XYZ | 32.32 | 22.83 | 36.42 | - |
| YUV | 134.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 161 | 0 | 0.47 | 0.15 | 0.25 | 319.55 | 0.41 | 0.57 |
| Hex | BE | 65 | A1 | 0 | 2F | F | 19 | 140 | 29 | 39 |
| Octal | 276 | 145 | 241 | 0 | 57 | 17 | 31 | 500 | 51 | 71 |
| Binary | 10111110 | 1100101 | 10100001 | 0 | 101111 | 1111 | 11001 | 101000000 | 101001 | 111001 |
Color Harmonies of #BE65A1
Complementary color
Monochromatic Colors of #BE65A1
Black with #BE65A1
Text Example
Text Example
White with #BE65A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE65A1; }
p { color: rgb(190,101,161); }
H1.HeaderClassName
{
color: #BE65A1;
}
.AnyTagClassName
{
color: #BE65A1;
}
</style>
background-color css
<style>
a { background-color: #BE65A1; }
a { background-color: rgb(190,101,161); }
div.DivClassName
{
background-color: #BE65A1;
}
.BgClassName
{
background-color: #BE65A1;
}
</style>
border-color css
<style>
span { border-color: #BE65A1; }
span { border-color: rgb(190,101,161); }
td.TdClassName
{
border-color: #BE65A1;
}
.TagClassName
{
border-color: #BE65A1;
}
</style>