Shades of Hopbush #BD719B
Tints of Hopbush #BD719B
RGB
CMYK
RGB Variations
Color information
#BD719B (or 0xBD719B) is known color: Hopbush. HEX triplet: BD, 71 and 9B. RGB value is (189,113,155). Sum of RGB (Red+Green+Blue) = 189+113+155=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD719B is #428E64. Grayscale: #8C8C8C. Windows color (decimal): -4361829 or 10187197. OLE color: 10187197.
HSL color Cylindrical-coordinate representation of color #BD719B: hue angle of 326.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD719B is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 155 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.26 |
| HSL | 326.84º | 0.37% | 0.59% | - |
| HSV(B) | 326.84º | 0.4% | 0.74% | - |
| XYZ | 32.81 | 25 | 34.11 | - |
| YUV | 140.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 155 | 0 | 0.40 | 0.18 | 0.26 | 326.84 | 0.37 | 0.59 |
| Hex | BD | 71 | 9B | 0 | 28 | 12 | 1A | 147 | 25 | 3B |
| Octal | 275 | 161 | 233 | 0 | 50 | 22 | 32 | 507 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10011011 | 0 | 101000 | 10010 | 11010 | 101000111 | 100101 | 111011 |
Color Harmonies of #BD719B
Complementary color
Monochromatic Colors of #BD719B
Black with #BD719B
Text Example
Text Example
White with #BD719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD719B; }
p { color: rgb(189,113,155); }
H1.HeaderClassName
{
color: #BD719B;
}
.AnyTagClassName
{
color: #BD719B;
}
</style>
background-color css
<style>
a { background-color: #BD719B; }
a { background-color: rgb(189,113,155); }
div.DivClassName
{
background-color: #BD719B;
}
.BgClassName
{
background-color: #BD719B;
}
</style>
border-color css
<style>
span { border-color: #BD719B; }
span { border-color: rgb(189,113,155); }
td.TdClassName
{
border-color: #BD719B;
}
.TagClassName
{
border-color: #BD719B;
}
</style>