Shades of Hopbush #BE6BA4
Tints of Hopbush #BE6BA4
RGB
CMYK
RGB Variations
Color information
#BE6BA4 (or 0xBE6BA4) is known color: Hopbush. HEX triplet: BE, 6B and A4. RGB value is (190,107,164). Sum of RGB (Red+Green+Blue) = 190+107+164=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA4 is #41945B. Grayscale: #8A8A8A. Windows color (decimal): -4297820 or 10775486. OLE color: 10775486.
HSL color Cylindrical-coordinate representation of color #BE6BA4: hue angle of 318.8º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6BA4 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 164 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.25 |
| HSL | 318.8º | 0.39% | 0.58% | - |
| HSV(B) | 318.8º | 0.44% | 0.75% | - |
| XYZ | 33.19 | 24.14 | 38.03 | - |
| YUV | 138.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 164 | 0 | 0.44 | 0.14 | 0.25 | 318.8 | 0.39 | 0.58 |
| Hex | BE | 6B | A4 | 0 | 2C | E | 19 | 13F | 27 | 3A |
| Octal | 276 | 153 | 244 | 0 | 54 | 16 | 31 | 477 | 47 | 72 |
| Binary | 10111110 | 1101011 | 10100100 | 0 | 101100 | 1110 | 11001 | 100111111 | 100111 | 111010 |
Color Harmonies of #BE6BA4
Complementary color
Monochromatic Colors of #BE6BA4
Black with #BE6BA4
Text Example
Text Example
White with #BE6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BA4; }
p { color: rgb(190,107,164); }
H1.HeaderClassName
{
color: #BE6BA4;
}
.AnyTagClassName
{
color: #BE6BA4;
}
</style>
background-color css
<style>
a { background-color: #BE6BA4; }
a { background-color: rgb(190,107,164); }
div.DivClassName
{
background-color: #BE6BA4;
}
.BgClassName
{
background-color: #BE6BA4;
}
</style>
border-color css
<style>
span { border-color: #BE6BA4; }
span { border-color: rgb(190,107,164); }
td.TdClassName
{
border-color: #BE6BA4;
}
.TagClassName
{
border-color: #BE6BA4;
}
</style>