Shades of Hopbush #BD709F
Tints of Hopbush #BD709F
RGB
CMYK
RGB Variations
Color information
#BD709F (or 0xBD709F) is known color: Hopbush. HEX triplet: BD, 70 and 9F. RGB value is (189,112,159). Sum of RGB (Red+Green+Blue) = 189+112+159=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD709F is #428F60. Grayscale: #8C8C8C. Windows color (decimal): -4362081 or 10449085. OLE color: 10449085.
HSL color Cylindrical-coordinate representation of color #BD709F: hue angle of 323.38º 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 #BD709F is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 159 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.26 |
| HSL | 323.38º | 0.37% | 0.59% | - |
| HSV(B) | 323.38º | 0.41% | 0.74% | - |
| XYZ | 33.04 | 24.91 | 35.87 | - |
| YUV | 140.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 159 | 0 | 0.41 | 0.16 | 0.26 | 323.38 | 0.37 | 0.59 |
| Hex | BD | 70 | 9F | 0 | 29 | 10 | 1A | 143 | 25 | 3B |
| Octal | 275 | 160 | 237 | 0 | 51 | 20 | 32 | 503 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10011111 | 0 | 101001 | 10000 | 11010 | 101000011 | 100101 | 111011 |
Color Harmonies of #BD709F
Complementary color
Monochromatic Colors of #BD709F
Black with #BD709F
Text Example
Text Example
White with #BD709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD709F; }
p { color: rgb(189,112,159); }
H1.HeaderClassName
{
color: #BD709F;
}
.AnyTagClassName
{
color: #BD709F;
}
</style>
background-color css
<style>
a { background-color: #BD709F; }
a { background-color: rgb(189,112,159); }
div.DivClassName
{
background-color: #BD709F;
}
.BgClassName
{
background-color: #BD709F;
}
</style>
border-color css
<style>
span { border-color: #BD709F; }
span { border-color: rgb(189,112,159); }
td.TdClassName
{
border-color: #BD709F;
}
.TagClassName
{
border-color: #BD709F;
}
</style>