Shades of Hopbush #BD7397
Tints of Hopbush #BD7397
RGB
CMYK
RGB Variations
Color information
#BD7397 (or 0xBD7397) is known color: Hopbush. HEX triplet: BD, 73 and 97. RGB value is (189,115,151). Sum of RGB (Red+Green+Blue) = 189+115+151=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7397 is #428C68. Grayscale: #8D8D8D. Windows color (decimal): -4361321 or 9925565. OLE color: 9925565.
HSL color Cylindrical-coordinate representation of color #BD7397: hue angle of 330.81º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7397 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 151 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.26 |
| HSL | 330.81º | 0.36% | 0.6% | - |
| HSV(B) | 330.81º | 0.39% | 0.74% | - |
| XYZ | 32.7 | 25.31 | 32.44 | - |
| YUV | 141.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 151 | 0 | 0.39 | 0.20 | 0.26 | 330.81 | 0.36 | 0.6 |
| Hex | BD | 73 | 97 | 0 | 27 | 14 | 1A | 14B | 24 | 3C |
| Octal | 275 | 163 | 227 | 0 | 47 | 24 | 32 | 513 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10010111 | 0 | 100111 | 10100 | 11010 | 101001011 | 100100 | 111100 |
Color Harmonies of #BD7397
Complementary color
Monochromatic Colors of #BD7397
Black with #BD7397
Text Example
Text Example
White with #BD7397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7397; }
p { color: rgb(189,115,151); }
H1.HeaderClassName
{
color: #BD7397;
}
.AnyTagClassName
{
color: #BD7397;
}
</style>
background-color css
<style>
a { background-color: #BD7397; }
a { background-color: rgb(189,115,151); }
div.DivClassName
{
background-color: #BD7397;
}
.BgClassName
{
background-color: #BD7397;
}
</style>
border-color css
<style>
span { border-color: #BD7397; }
span { border-color: rgb(189,115,151); }
td.TdClassName
{
border-color: #BD7397;
}
.TagClassName
{
border-color: #BD7397;
}
</style>