Shades of Hopbush #BE679A
Tints of Hopbush #BE679A
RGB
CMYK
RGB Variations
Color information
#BE679A (or 0xBE679A) is known color: Hopbush. HEX triplet: BE, 67 and 9A. RGB value is (190,103,154). Sum of RGB (Red+Green+Blue) = 190+103+154=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE679A is #419865. Grayscale: #868686. Windows color (decimal): -4298854 or 10119102. OLE color: 10119102.
HSL color Cylindrical-coordinate representation of color #BE679A: hue angle of 324.83º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE679A is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 154 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.25 |
| HSL | 324.83º | 0.4% | 0.57% | - |
| HSV(B) | 324.83º | 0.46% | 0.75% | - |
| XYZ | 31.92 | 22.98 | 33.33 | - |
| YUV | 134.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 154 | 0 | 0.46 | 0.19 | 0.25 | 324.83 | 0.4 | 0.57 |
| Hex | BE | 67 | 9A | 0 | 2E | 13 | 19 | 145 | 28 | 39 |
| Octal | 276 | 147 | 232 | 0 | 56 | 23 | 31 | 505 | 50 | 71 |
| Binary | 10111110 | 1100111 | 10011010 | 0 | 101110 | 10011 | 11001 | 101000101 | 101000 | 111001 |
Color Harmonies of #BE679A
Complementary color
Monochromatic Colors of #BE679A
Black with #BE679A
Text Example
Text Example
White with #BE679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE679A; }
p { color: rgb(190,103,154); }
H1.HeaderClassName
{
color: #BE679A;
}
.AnyTagClassName
{
color: #BE679A;
}
</style>
background-color css
<style>
a { background-color: #BE679A; }
a { background-color: rgb(190,103,154); }
div.DivClassName
{
background-color: #BE679A;
}
.BgClassName
{
background-color: #BE679A;
}
</style>
border-color css
<style>
span { border-color: #BE679A; }
span { border-color: rgb(190,103,154); }
td.TdClassName
{
border-color: #BE679A;
}
.TagClassName
{
border-color: #BE679A;
}
</style>