Shades of Hopbush #BD7D9A
Tints of Hopbush #BD7D9A
RGB
CMYK
RGB Variations
Color information
#BD7D9A (or 0xBD7D9A) is known color: Hopbush. HEX triplet: BD, 7D and 9A. RGB value is (189,125,154). Sum of RGB (Red+Green+Blue) = 189+125+154=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7D9A is #428265. Grayscale: #939393. Windows color (decimal): -4358758 or 10124733. OLE color: 10124733.
HSL color Cylindrical-coordinate representation of color #BD7D9A: hue angle of 332.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7D9A is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 154 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.26 |
| HSL | 332.81º | 0.33% | 0.62% | - |
| HSV(B) | 332.81º | 0.34% | 0.74% | - |
| XYZ | 34.15 | 27.82 | 34.14 | - |
| YUV | 147.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 154 | 0 | 0.34 | 0.19 | 0.26 | 332.81 | 0.33 | 0.62 |
| Hex | BD | 7D | 9A | 0 | 22 | 13 | 1A | 14D | 21 | 3E |
| Octal | 275 | 175 | 232 | 0 | 42 | 23 | 32 | 515 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10011010 | 0 | 100010 | 10011 | 11010 | 101001101 | 100001 | 111110 |
Color Harmonies of #BD7D9A
Complementary color
Monochromatic Colors of #BD7D9A
Black with #BD7D9A
Text Example
Text Example
White with #BD7D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7D9A; }
p { color: rgb(189,125,154); }
H1.HeaderClassName
{
color: #BD7D9A;
}
.AnyTagClassName
{
color: #BD7D9A;
}
</style>
background-color css
<style>
a { background-color: #BD7D9A; }
a { background-color: rgb(189,125,154); }
div.DivClassName
{
background-color: #BD7D9A;
}
.BgClassName
{
background-color: #BD7D9A;
}
</style>
border-color css
<style>
span { border-color: #BD7D9A; }
span { border-color: rgb(189,125,154); }
td.TdClassName
{
border-color: #BD7D9A;
}
.TagClassName
{
border-color: #BD7D9A;
}
</style>