Shades of Hopbush #BE64A3
Tints of Hopbush #BE64A3
RGB
CMYK
RGB Variations
Color information
#BE64A3 (or 0xBE64A3) is known color: Hopbush. HEX triplet: BE, 64 and A3. RGB value is (190,100,163). Sum of RGB (Red+Green+Blue) = 190+100+163=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64A3 is #419B5C. Grayscale: #858585. Windows color (decimal): -4299613 or 10708158. OLE color: 10708158.
HSL color Cylindrical-coordinate representation of color #BE64A3: hue angle of 318º 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 #BE64A3 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 163 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.25 |
| HSL | 318º | 0.41% | 0.57% | - |
| HSV(B) | 318º | 0.47% | 0.75% | - |
| XYZ | 32.4 | 22.71 | 37.33 | - |
| YUV | 134.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 163 | 0 | 0.47 | 0.14 | 0.25 | 318 | 0.41 | 0.57 |
| Hex | BE | 64 | A3 | 0 | 2F | E | 19 | 13E | 29 | 39 |
| Octal | 276 | 144 | 243 | 0 | 57 | 16 | 31 | 476 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10100011 | 0 | 101111 | 1110 | 11001 | 100111110 | 101001 | 111001 |
Color Harmonies of #BE64A3
Complementary color
Monochromatic Colors of #BE64A3
Black with #BE64A3
Text Example
Text Example
White with #BE64A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64A3; }
p { color: rgb(190,100,163); }
H1.HeaderClassName
{
color: #BE64A3;
}
.AnyTagClassName
{
color: #BE64A3;
}
</style>
background-color css
<style>
a { background-color: #BE64A3; }
a { background-color: rgb(190,100,163); }
div.DivClassName
{
background-color: #BE64A3;
}
.BgClassName
{
background-color: #BE64A3;
}
</style>
border-color css
<style>
span { border-color: #BE64A3; }
span { border-color: rgb(190,100,163); }
td.TdClassName
{
border-color: #BE64A3;
}
.TagClassName
{
border-color: #BE64A3;
}
</style>