Shades of Hopbush #BD709B
Tints of Hopbush #BD709B
RGB
CMYK
RGB Variations
Color information
#BD709B (or 0xBD709B) is known color: Hopbush. HEX triplet: BD, 70 and 9B. RGB value is (189,112,155). Sum of RGB (Red+Green+Blue) = 189+112+155=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD709B is #428F64. Grayscale: #8B8B8B. Windows color (decimal): -4362085 or 10186941. OLE color: 10186941.
HSL color Cylindrical-coordinate representation of color #BD709B: hue angle of 326.49º 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 #BD709B is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 155 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.26 |
| HSL | 326.49º | 0.37% | 0.59% | - |
| HSV(B) | 326.49º | 0.41% | 0.74% | - |
| XYZ | 32.7 | 24.77 | 34.07 | - |
| YUV | 139.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 155 | 0 | 0.41 | 0.18 | 0.26 | 326.49 | 0.37 | 0.59 |
| Hex | BD | 70 | 9B | 0 | 29 | 12 | 1A | 146 | 25 | 3B |
| Octal | 275 | 160 | 233 | 0 | 51 | 22 | 32 | 506 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10011011 | 0 | 101001 | 10010 | 11010 | 101000110 | 100101 | 111011 |
Color Harmonies of #BD709B
Complementary color
Monochromatic Colors of #BD709B
Black with #BD709B
Text Example
Text Example
White with #BD709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD709B; }
p { color: rgb(189,112,155); }
H1.HeaderClassName
{
color: #BD709B;
}
.AnyTagClassName
{
color: #BD709B;
}
</style>
background-color css
<style>
a { background-color: #BD709B; }
a { background-color: rgb(189,112,155); }
div.DivClassName
{
background-color: #BD709B;
}
.BgClassName
{
background-color: #BD709B;
}
</style>
border-color css
<style>
span { border-color: #BD709B; }
span { border-color: rgb(189,112,155); }
td.TdClassName
{
border-color: #BD709B;
}
.TagClassName
{
border-color: #BD709B;
}
</style>