Shades of Hopbush #BE608E
Tints of Hopbush #BE608E
RGB
CMYK
RGB Variations
Color information
#BE608E (or 0xBE608E) is known color: Hopbush. HEX triplet: BE, 60 and 8E. RGB value is (190,96,142). Sum of RGB (Red+Green+Blue) = 190+96+142=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE608E is #419F71. Grayscale: #818181. Windows color (decimal): -4300658 or 9330878. OLE color: 9330878.
HSL color Cylindrical-coordinate representation of color #BE608E: hue angle of 330.64º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE608E is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 142 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.25 |
| HSL | 330.64º | 0.42% | 0.56% | - |
| HSV(B) | 330.64º | 0.49% | 0.75% | - |
| XYZ | 30.3 | 21.27 | 28.1 | - |
| YUV | 129.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 142 | 0 | 0.49 | 0.25 | 0.25 | 330.64 | 0.42 | 0.56 |
| Hex | BE | 60 | 8E | 0 | 31 | 19 | 19 | 14B | 2A | 38 |
| Octal | 276 | 140 | 216 | 0 | 61 | 31 | 31 | 513 | 52 | 70 |
| Binary | 10111110 | 1100000 | 10001110 | 0 | 110001 | 11001 | 11001 | 101001011 | 101010 | 111000 |
Color Harmonies of #BE608E
Complementary color
Monochromatic Colors of #BE608E
Black with #BE608E
Text Example
Text Example
White with #BE608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE608E; }
p { color: rgb(190,96,142); }
H1.HeaderClassName
{
color: #BE608E;
}
.AnyTagClassName
{
color: #BE608E;
}
</style>
background-color css
<style>
a { background-color: #BE608E; }
a { background-color: rgb(190,96,142); }
div.DivClassName
{
background-color: #BE608E;
}
.BgClassName
{
background-color: #BE608E;
}
</style>
border-color css
<style>
span { border-color: #BE608E; }
span { border-color: rgb(190,96,142); }
td.TdClassName
{
border-color: #BE608E;
}
.TagClassName
{
border-color: #BE608E;
}
</style>