Shades of Hopbush #BD649F
Tints of Hopbush #BD649F
RGB
CMYK
RGB Variations
Color information
#BD649F (or 0xBD649F) is known color: Hopbush. HEX triplet: BD, 64 and 9F. RGB value is (189,100,159). Sum of RGB (Red+Green+Blue) = 189+100+159=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD649F is #429B60. Grayscale: #858585. Windows color (decimal): -4365153 or 10446013. OLE color: 10446013.
HSL color Cylindrical-coordinate representation of color #BD649F: hue angle of 320.22º 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 #BD649F is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 159 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.26 |
| HSL | 320.22º | 0.4% | 0.57% | - |
| HSV(B) | 320.22º | 0.47% | 0.74% | - |
| XYZ | 31.8 | 22.44 | 35.46 | - |
| YUV | 133.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 159 | 0 | 0.47 | 0.16 | 0.26 | 320.22 | 0.4 | 0.57 |
| Hex | BD | 64 | 9F | 0 | 2F | 10 | 1A | 140 | 28 | 39 |
| Octal | 275 | 144 | 237 | 0 | 57 | 20 | 32 | 500 | 50 | 71 |
| Binary | 10111101 | 1100100 | 10011111 | 0 | 101111 | 10000 | 11010 | 101000000 | 101000 | 111001 |
Color Harmonies of #BD649F
Complementary color
Monochromatic Colors of #BD649F
Black with #BD649F
Text Example
Text Example
White with #BD649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD649F; }
p { color: rgb(189,100,159); }
H1.HeaderClassName
{
color: #BD649F;
}
.AnyTagClassName
{
color: #BD649F;
}
</style>
background-color css
<style>
a { background-color: #BD649F; }
a { background-color: rgb(189,100,159); }
div.DivClassName
{
background-color: #BD649F;
}
.BgClassName
{
background-color: #BD649F;
}
</style>
border-color css
<style>
span { border-color: #BD649F; }
span { border-color: rgb(189,100,159); }
td.TdClassName
{
border-color: #BD649F;
}
.TagClassName
{
border-color: #BD649F;
}
</style>