Shades of Hopbush #BE63A5
Tints of Hopbush #BE63A5
RGB
CMYK
RGB Variations
Color information
#BE63A5 (or 0xBE63A5) is known color: Hopbush. HEX triplet: BE, 63 and A5. RGB value is (190,99,165). Sum of RGB (Red+Green+Blue) = 190+99+165=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63A5 is #419C5A. Grayscale: #858585. Windows color (decimal): -4299867 or 10838974. OLE color: 10838974.
HSL color Cylindrical-coordinate representation of color #BE63A5: hue angle of 316.48º 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 #BE63A5 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 165 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.25 |
| HSL | 316.48º | 0.41% | 0.57% | - |
| HSV(B) | 316.48º | 0.48% | 0.75% | - |
| XYZ | 32.49 | 22.59 | 38.24 | - |
| YUV | 133.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 165 | 0 | 0.48 | 0.13 | 0.25 | 316.48 | 0.41 | 0.57 |
| Hex | BE | 63 | A5 | 0 | 30 | D | 19 | 13C | 29 | 39 |
| Octal | 276 | 143 | 245 | 0 | 60 | 15 | 31 | 474 | 51 | 71 |
| Binary | 10111110 | 1100011 | 10100101 | 0 | 110000 | 1101 | 11001 | 100111100 | 101001 | 111001 |
Color Harmonies of #BE63A5
Complementary color
Monochromatic Colors of #BE63A5
Black with #BE63A5
Text Example
Text Example
White with #BE63A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63A5; }
p { color: rgb(190,99,165); }
H1.HeaderClassName
{
color: #BE63A5;
}
.AnyTagClassName
{
color: #BE63A5;
}
</style>
background-color css
<style>
a { background-color: #BE63A5; }
a { background-color: rgb(190,99,165); }
div.DivClassName
{
background-color: #BE63A5;
}
.BgClassName
{
background-color: #BE63A5;
}
</style>
border-color css
<style>
span { border-color: #BE63A5; }
span { border-color: rgb(190,99,165); }
td.TdClassName
{
border-color: #BE63A5;
}
.TagClassName
{
border-color: #BE63A5;
}
</style>