Shades of Hopbush #BE62A1
Tints of Hopbush #BE62A1
RGB
CMYK
RGB Variations
Color information
#BE62A1 (or 0xBE62A1) is known color: Hopbush. HEX triplet: BE, 62 and A1. RGB value is (190,98,161). Sum of RGB (Red+Green+Blue) = 190+98+161=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE62A1 is #419D5E. Grayscale: #848484. Windows color (decimal): -4300127 or 10576574. OLE color: 10576574.
HSL color Cylindrical-coordinate representation of color #BE62A1: hue angle of 318.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE62A1 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 161 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.25 |
| HSL | 318.91º | 0.41% | 0.56% | - |
| HSV(B) | 318.91º | 0.48% | 0.75% | - |
| XYZ | 32.04 | 22.26 | 36.33 | - |
| YUV | 132.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 161 | 0 | 0.48 | 0.15 | 0.25 | 318.91 | 0.41 | 0.56 |
| Hex | BE | 62 | A1 | 0 | 30 | F | 19 | 13F | 29 | 38 |
| Octal | 276 | 142 | 241 | 0 | 60 | 17 | 31 | 477 | 51 | 70 |
| Binary | 10111110 | 1100010 | 10100001 | 0 | 110000 | 1111 | 11001 | 100111111 | 101001 | 111000 |
Color Harmonies of #BE62A1
Complementary color
Monochromatic Colors of #BE62A1
Black with #BE62A1
Text Example
Text Example
White with #BE62A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE62A1; }
p { color: rgb(190,98,161); }
H1.HeaderClassName
{
color: #BE62A1;
}
.AnyTagClassName
{
color: #BE62A1;
}
</style>
background-color css
<style>
a { background-color: #BE62A1; }
a { background-color: rgb(190,98,161); }
div.DivClassName
{
background-color: #BE62A1;
}
.BgClassName
{
background-color: #BE62A1;
}
</style>
border-color css
<style>
span { border-color: #BE62A1; }
span { border-color: rgb(190,98,161); }
td.TdClassName
{
border-color: #BE62A1;
}
.TagClassName
{
border-color: #BE62A1;
}
</style>