Shades of Hopbush #BD7393
Tints of Hopbush #BD7393
RGB
CMYK
RGB Variations
Color information
#BD7393 (or 0xBD7393) is known color: Hopbush. HEX triplet: BD, 73 and 93. RGB value is (189,115,147). Sum of RGB (Red+Green+Blue) = 189+115+147=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7393 is #428C6C. Grayscale: #8C8C8C. Windows color (decimal): -4361325 or 9663421. OLE color: 9663421.
HSL color Cylindrical-coordinate representation of color #BD7393: hue angle of 334.05º 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 #BD7393 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 147 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.26 |
| HSL | 334.05º | 0.36% | 0.6% | - |
| HSV(B) | 334.05º | 0.39% | 0.74% | - |
| XYZ | 32.38 | 25.19 | 30.76 | - |
| YUV | 140.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 147 | 0 | 0.39 | 0.22 | 0.26 | 334.05 | 0.36 | 0.6 |
| Hex | BD | 73 | 93 | 0 | 27 | 16 | 1A | 14E | 24 | 3C |
| Octal | 275 | 163 | 223 | 0 | 47 | 26 | 32 | 516 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10010011 | 0 | 100111 | 10110 | 11010 | 101001110 | 100100 | 111100 |
Color Harmonies of #BD7393
Complementary color
Monochromatic Colors of #BD7393
Black with #BD7393
Text Example
Text Example
White with #BD7393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7393; }
p { color: rgb(189,115,147); }
H1.HeaderClassName
{
color: #BD7393;
}
.AnyTagClassName
{
color: #BD7393;
}
</style>
background-color css
<style>
a { background-color: #BD7393; }
a { background-color: rgb(189,115,147); }
div.DivClassName
{
background-color: #BD7393;
}
.BgClassName
{
background-color: #BD7393;
}
</style>
border-color css
<style>
span { border-color: #BD7393; }
span { border-color: rgb(189,115,147); }
td.TdClassName
{
border-color: #BD7393;
}
.TagClassName
{
border-color: #BD7393;
}
</style>