Shades of Hopbush #BD7394
Tints of Hopbush #BD7394
RGB
CMYK
RGB Variations
Color information
#BD7394 (or 0xBD7394) is known color: Hopbush. HEX triplet: BD, 73 and 94. RGB value is (189,115,148). Sum of RGB (Red+Green+Blue) = 189+115+148=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7394 is #428C6B. Grayscale: #8C8C8C. Windows color (decimal): -4361324 or 9728957. OLE color: 9728957.
HSL color Cylindrical-coordinate representation of color #BD7394: hue angle of 333.24º 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 #BD7394 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 148 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.26 |
| HSL | 333.24º | 0.36% | 0.6% | - |
| HSV(B) | 333.24º | 0.39% | 0.74% | - |
| XYZ | 32.46 | 25.22 | 31.17 | - |
| YUV | 140.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 148 | 0 | 0.39 | 0.22 | 0.26 | 333.24 | 0.36 | 0.6 |
| Hex | BD | 73 | 94 | 0 | 27 | 16 | 1A | 14D | 24 | 3C |
| Octal | 275 | 163 | 224 | 0 | 47 | 26 | 32 | 515 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10010100 | 0 | 100111 | 10110 | 11010 | 101001101 | 100100 | 111100 |
Color Harmonies of #BD7394
Complementary color
Monochromatic Colors of #BD7394
Black with #BD7394
Text Example
Text Example
White with #BD7394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7394; }
p { color: rgb(189,115,148); }
H1.HeaderClassName
{
color: #BD7394;
}
.AnyTagClassName
{
color: #BD7394;
}
</style>
background-color css
<style>
a { background-color: #BD7394; }
a { background-color: rgb(189,115,148); }
div.DivClassName
{
background-color: #BD7394;
}
.BgClassName
{
background-color: #BD7394;
}
</style>
border-color css
<style>
span { border-color: #BD7394; }
span { border-color: rgb(189,115,148); }
td.TdClassName
{
border-color: #BD7394;
}
.TagClassName
{
border-color: #BD7394;
}
</style>