Shades of Hopbush #BE6C94
Tints of Hopbush #BE6C94
RGB
CMYK
RGB Variations
Color information
#BE6C94 (or 0xBE6C94) is known color: Hopbush. HEX triplet: BE, 6C and 94. RGB value is (190,108,148). Sum of RGB (Red+Green+Blue) = 190+108+148=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6C94 is #41936B. Grayscale: #898989. Windows color (decimal): -4297580 or 9727166. OLE color: 9727166.
HSL color Cylindrical-coordinate representation of color #BE6C94: hue angle of 330.73º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6C94 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 108 | 148 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.25 |
| HSL | 330.73º | 0.39% | 0.58% | - |
| HSV(B) | 330.73º | 0.43% | 0.75% | - |
| XYZ | 31.94 | 23.81 | 30.93 | - |
| YUV | 137.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 148 | 0 | 0.43 | 0.22 | 0.25 | 330.73 | 0.39 | 0.58 |
| Hex | BE | 6C | 94 | 0 | 2B | 16 | 19 | 14B | 27 | 3A |
| Octal | 276 | 154 | 224 | 0 | 53 | 26 | 31 | 513 | 47 | 72 |
| Binary | 10111110 | 1101100 | 10010100 | 0 | 101011 | 10110 | 11001 | 101001011 | 100111 | 111010 |
Color Harmonies of #BE6C94
Complementary color
Monochromatic Colors of #BE6C94
Black with #BE6C94
Text Example
Text Example
White with #BE6C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6C94; }
p { color: rgb(190,108,148); }
H1.HeaderClassName
{
color: #BE6C94;
}
.AnyTagClassName
{
color: #BE6C94;
}
</style>
background-color css
<style>
a { background-color: #BE6C94; }
a { background-color: rgb(190,108,148); }
div.DivClassName
{
background-color: #BE6C94;
}
.BgClassName
{
background-color: #BE6C94;
}
</style>
border-color css
<style>
span { border-color: #BE6C94; }
span { border-color: rgb(190,108,148); }
td.TdClassName
{
border-color: #BE6C94;
}
.TagClassName
{
border-color: #BE6C94;
}
</style>