Shades of Hopbush #BD649E
Tints of Hopbush #BD649E
RGB
CMYK
RGB Variations
Color information
#BD649E (or 0xBD649E) is known color: Hopbush. HEX triplet: BD, 64 and 9E. RGB value is (189,100,158). Sum of RGB (Red+Green+Blue) = 189+100+158=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD649E is #429B61. Grayscale: #858585. Windows color (decimal): -4365154 or 10380477. OLE color: 10380477.
HSL color Cylindrical-coordinate representation of color #BD649E: hue angle of 320.9º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD649E is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 158 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.26 |
| HSL | 320.9º | 0.4% | 0.57% | - |
| HSV(B) | 320.9º | 0.47% | 0.74% | - |
| XYZ | 31.71 | 22.4 | 35 | - |
| YUV | 133.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 158 | 0 | 0.47 | 0.16 | 0.26 | 320.9 | 0.4 | 0.57 |
| Hex | BD | 64 | 9E | 0 | 2F | 10 | 1A | 141 | 28 | 39 |
| Octal | 275 | 144 | 236 | 0 | 57 | 20 | 32 | 501 | 50 | 71 |
| Binary | 10111101 | 1100100 | 10011110 | 0 | 101111 | 10000 | 11010 | 101000001 | 101000 | 111001 |
Color Harmonies of #BD649E
Complementary color
Monochromatic Colors of #BD649E
Black with #BD649E
Text Example
Text Example
White with #BD649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD649E; }
p { color: rgb(189,100,158); }
H1.HeaderClassName
{
color: #BD649E;
}
.AnyTagClassName
{
color: #BD649E;
}
</style>
background-color css
<style>
a { background-color: #BD649E; }
a { background-color: rgb(189,100,158); }
div.DivClassName
{
background-color: #BD649E;
}
.BgClassName
{
background-color: #BD649E;
}
</style>
border-color css
<style>
span { border-color: #BD649E; }
span { border-color: rgb(189,100,158); }
td.TdClassName
{
border-color: #BD649E;
}
.TagClassName
{
border-color: #BD649E;
}
</style>