Shades of Hopbush #BE68A3
Tints of Hopbush #BE68A3
RGB
CMYK
RGB Variations
Color information
#BE68A3 (or 0xBE68A3) is known color: Hopbush. HEX triplet: BE, 68 and A3. RGB value is (190,104,163). Sum of RGB (Red+Green+Blue) = 190+104+163=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68A3 is #41975C. Grayscale: #888888. Windows color (decimal): -4298589 or 10709182. OLE color: 10709182.
HSL color Cylindrical-coordinate representation of color #BE68A3: hue angle of 318.84º 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 #BE68A3 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 163 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.25 |
| HSL | 318.84º | 0.4% | 0.58% | - |
| HSV(B) | 318.84º | 0.45% | 0.75% | - |
| XYZ | 32.8 | 23.49 | 37.46 | - |
| YUV | 136.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 163 | 0 | 0.45 | 0.14 | 0.25 | 318.84 | 0.4 | 0.58 |
| Hex | BE | 68 | A3 | 0 | 2D | E | 19 | 13F | 28 | 3A |
| Octal | 276 | 150 | 243 | 0 | 55 | 16 | 31 | 477 | 50 | 72 |
| Binary | 10111110 | 1101000 | 10100011 | 0 | 101101 | 1110 | 11001 | 100111111 | 101000 | 111010 |
Color Harmonies of #BE68A3
Complementary color
Monochromatic Colors of #BE68A3
Black with #BE68A3
Text Example
Text Example
White with #BE68A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68A3; }
p { color: rgb(190,104,163); }
H1.HeaderClassName
{
color: #BE68A3;
}
.AnyTagClassName
{
color: #BE68A3;
}
</style>
background-color css
<style>
a { background-color: #BE68A3; }
a { background-color: rgb(190,104,163); }
div.DivClassName
{
background-color: #BE68A3;
}
.BgClassName
{
background-color: #BE68A3;
}
</style>
border-color css
<style>
span { border-color: #BE68A3; }
span { border-color: rgb(190,104,163); }
td.TdClassName
{
border-color: #BE68A3;
}
.TagClassName
{
border-color: #BE68A3;
}
</style>