Shades of Hopbush #BE68A0
Tints of Hopbush #BE68A0
RGB
CMYK
RGB Variations
Color information
#BE68A0 (or 0xBE68A0) is known color: Hopbush. HEX triplet: BE, 68 and A0. RGB value is (190,104,160). Sum of RGB (Red+Green+Blue) = 190+104+160=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68A0 is #41975F. Grayscale: #878787. Windows color (decimal): -4298592 or 10512574. OLE color: 10512574.
HSL color Cylindrical-coordinate representation of color #BE68A0: hue angle of 320.93º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE68A0 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 160 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.25 |
| HSL | 320.93º | 0.4% | 0.58% | - |
| HSV(B) | 320.93º | 0.45% | 0.75% | - |
| XYZ | 32.53 | 23.39 | 36.06 | - |
| YUV | 136.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 160 | 0 | 0.45 | 0.16 | 0.25 | 320.93 | 0.4 | 0.58 |
| Hex | BE | 68 | A0 | 0 | 2D | 10 | 19 | 141 | 28 | 3A |
| Octal | 276 | 150 | 240 | 0 | 55 | 20 | 31 | 501 | 50 | 72 |
| Binary | 10111110 | 1101000 | 10100000 | 0 | 101101 | 10000 | 11001 | 101000001 | 101000 | 111010 |
Color Harmonies of #BE68A0
Complementary color
Monochromatic Colors of #BE68A0
Black with #BE68A0
Text Example
Text Example
White with #BE68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68A0; }
p { color: rgb(190,104,160); }
H1.HeaderClassName
{
color: #BE68A0;
}
.AnyTagClassName
{
color: #BE68A0;
}
</style>
background-color css
<style>
a { background-color: #BE68A0; }
a { background-color: rgb(190,104,160); }
div.DivClassName
{
background-color: #BE68A0;
}
.BgClassName
{
background-color: #BE68A0;
}
</style>
border-color css
<style>
span { border-color: #BE68A0; }
span { border-color: rgb(190,104,160); }
td.TdClassName
{
border-color: #BE68A0;
}
.TagClassName
{
border-color: #BE68A0;
}
</style>