Shades of Hopbush #BE63A0
Tints of Hopbush #BE63A0
RGB
CMYK
RGB Variations
Color information
#BE63A0 (or 0xBE63A0) is known color: Hopbush. HEX triplet: BE, 63 and A0. RGB value is (190,99,160). Sum of RGB (Red+Green+Blue) = 190+99+160=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63A0 is #419C5F. Grayscale: #858585. Windows color (decimal): -4299872 or 10511294. OLE color: 10511294.
HSL color Cylindrical-coordinate representation of color #BE63A0: hue angle of 319.78º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE63A0 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 160 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.25 |
| HSL | 319.78º | 0.41% | 0.57% | - |
| HSV(B) | 319.78º | 0.48% | 0.75% | - |
| XYZ | 32.04 | 22.41 | 35.89 | - |
| YUV | 133.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 160 | 0 | 0.48 | 0.16 | 0.25 | 319.78 | 0.41 | 0.57 |
| Hex | BE | 63 | A0 | 0 | 30 | 10 | 19 | 140 | 29 | 39 |
| Octal | 276 | 143 | 240 | 0 | 60 | 20 | 31 | 500 | 51 | 71 |
| Binary | 10111110 | 1100011 | 10100000 | 0 | 110000 | 10000 | 11001 | 101000000 | 101001 | 111001 |
Color Harmonies of #BE63A0
Complementary color
Monochromatic Colors of #BE63A0
Black with #BE63A0
Text Example
Text Example
White with #BE63A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63A0; }
p { color: rgb(190,99,160); }
H1.HeaderClassName
{
color: #BE63A0;
}
.AnyTagClassName
{
color: #BE63A0;
}
</style>
background-color css
<style>
a { background-color: #BE63A0; }
a { background-color: rgb(190,99,160); }
div.DivClassName
{
background-color: #BE63A0;
}
.BgClassName
{
background-color: #BE63A0;
}
</style>
border-color css
<style>
span { border-color: #BE63A0; }
span { border-color: rgb(190,99,160); }
td.TdClassName
{
border-color: #BE63A0;
}
.TagClassName
{
border-color: #BE63A0;
}
</style>