Shades of Hopbush #BE6493
Tints of Hopbush #BE6493
RGB
CMYK
RGB Variations
Color information
#BE6493 (or 0xBE6493) is known color: Hopbush. HEX triplet: BE, 64 and 93. RGB value is (190,100,147). Sum of RGB (Red+Green+Blue) = 190+100+147=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6493 is #419B6C. Grayscale: #848484. Windows color (decimal): -4299629 or 9659582. OLE color: 9659582.
HSL color Cylindrical-coordinate representation of color #BE6493: hue angle of 328.67º 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 #BE6493 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 147 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.25 |
| HSL | 328.67º | 0.41% | 0.57% | - |
| HSV(B) | 328.67º | 0.47% | 0.75% | - |
| XYZ | 31.06 | 22.17 | 30.25 | - |
| YUV | 132.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 147 | 0 | 0.47 | 0.23 | 0.25 | 328.67 | 0.41 | 0.57 |
| Hex | BE | 64 | 93 | 0 | 2F | 17 | 19 | 149 | 29 | 39 |
| Octal | 276 | 144 | 223 | 0 | 57 | 27 | 31 | 511 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10010011 | 0 | 101111 | 10111 | 11001 | 101001001 | 101001 | 111001 |
Color Harmonies of #BE6493
Complementary color
Monochromatic Colors of #BE6493
Black with #BE6493
Text Example
Text Example
White with #BE6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6493; }
p { color: rgb(190,100,147); }
H1.HeaderClassName
{
color: #BE6493;
}
.AnyTagClassName
{
color: #BE6493;
}
</style>
background-color css
<style>
a { background-color: #BE6493; }
a { background-color: rgb(190,100,147); }
div.DivClassName
{
background-color: #BE6493;
}
.BgClassName
{
background-color: #BE6493;
}
</style>
border-color css
<style>
span { border-color: #BE6493; }
span { border-color: rgb(190,100,147); }
td.TdClassName
{
border-color: #BE6493;
}
.TagClassName
{
border-color: #BE6493;
}
</style>