Shades of Hopbush #BD7299
Tints of Hopbush #BD7299
RGB
CMYK
RGB Variations
Color information
#BD7299 (or 0xBD7299) is known color: Hopbush. HEX triplet: BD, 72 and 99. RGB value is (189,114,153). Sum of RGB (Red+Green+Blue) = 189+114+153=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7299 is #428D66. Grayscale: #8C8C8C. Windows color (decimal): -4361575 or 10056381. OLE color: 10056381.
HSL color Cylindrical-coordinate representation of color #BD7299: hue angle of 328.8º degrees, saturation: 0.36, 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 #BD7299 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 153 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.26 |
| HSL | 328.8º | 0.36% | 0.59% | - |
| HSV(B) | 328.8º | 0.4% | 0.74% | - |
| XYZ | 32.75 | 25.15 | 33.27 | - |
| YUV | 140.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 153 | 0 | 0.40 | 0.19 | 0.26 | 328.8 | 0.36 | 0.59 |
| Hex | BD | 72 | 99 | 0 | 28 | 13 | 1A | 149 | 24 | 3B |
| Octal | 275 | 162 | 231 | 0 | 50 | 23 | 32 | 511 | 44 | 73 |
| Binary | 10111101 | 1110010 | 10011001 | 0 | 101000 | 10011 | 11010 | 101001001 | 100100 | 111011 |
Color Harmonies of #BD7299
Complementary color
Monochromatic Colors of #BD7299
Black with #BD7299
Text Example
Text Example
White with #BD7299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7299; }
p { color: rgb(189,114,153); }
H1.HeaderClassName
{
color: #BD7299;
}
.AnyTagClassName
{
color: #BD7299;
}
</style>
background-color css
<style>
a { background-color: #BD7299; }
a { background-color: rgb(189,114,153); }
div.DivClassName
{
background-color: #BD7299;
}
.BgClassName
{
background-color: #BD7299;
}
</style>
border-color css
<style>
span { border-color: #BD7299; }
span { border-color: rgb(189,114,153); }
td.TdClassName
{
border-color: #BD7299;
}
.TagClassName
{
border-color: #BD7299;
}
</style>