Shades of Hopbush #BD7093
Tints of Hopbush #BD7093
RGB
CMYK
RGB Variations
Color information
#BD7093 (or 0xBD7093) is known color: Hopbush. HEX triplet: BD, 70 and 93. RGB value is (189,112,147). Sum of RGB (Red+Green+Blue) = 189+112+147=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7093 is #428F6C. Grayscale: #8A8A8A. Windows color (decimal): -4362093 or 9662653. OLE color: 9662653.
HSL color Cylindrical-coordinate representation of color #BD7093: hue angle of 332.73º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7093 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 147 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.26 |
| HSL | 332.73º | 0.37% | 0.59% | - |
| HSV(B) | 332.73º | 0.41% | 0.74% | - |
| XYZ | 32.05 | 24.51 | 30.65 | - |
| YUV | 139.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 147 | 0 | 0.41 | 0.22 | 0.26 | 332.73 | 0.37 | 0.59 |
| Hex | BD | 70 | 93 | 0 | 29 | 16 | 1A | 14D | 25 | 3B |
| Octal | 275 | 160 | 223 | 0 | 51 | 26 | 32 | 515 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10010011 | 0 | 101001 | 10110 | 11010 | 101001101 | 100101 | 111011 |
Color Harmonies of #BD7093
Complementary color
Monochromatic Colors of #BD7093
Black with #BD7093
Text Example
Text Example
White with #BD7093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7093; }
p { color: rgb(189,112,147); }
H1.HeaderClassName
{
color: #BD7093;
}
.AnyTagClassName
{
color: #BD7093;
}
</style>
background-color css
<style>
a { background-color: #BD7093; }
a { background-color: rgb(189,112,147); }
div.DivClassName
{
background-color: #BD7093;
}
.BgClassName
{
background-color: #BD7093;
}
</style>
border-color css
<style>
span { border-color: #BD7093; }
span { border-color: rgb(189,112,147); }
td.TdClassName
{
border-color: #BD7093;
}
.TagClassName
{
border-color: #BD7093;
}
</style>