Shades of Hopbush #BD6992
Tints of Hopbush #BD6992
RGB
CMYK
RGB Variations
Color information
#BD6992 (or 0xBD6992) is known color: Hopbush. HEX triplet: BD, 69 and 92. RGB value is (189,105,146). Sum of RGB (Red+Green+Blue) = 189+105+146=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6992 is #42966D. Grayscale: #868686. Windows color (decimal): -4363886 or 9595325. OLE color: 9595325.
HSL color Cylindrical-coordinate representation of color #BD6992: hue angle of 330.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6992 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 146 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.26 |
| HSL | 330.71º | 0.39% | 0.58% | - |
| HSV(B) | 330.71º | 0.44% | 0.74% | - |
| XYZ | 31.23 | 23 | 29.99 | - |
| YUV | 134.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 146 | 0 | 0.44 | 0.23 | 0.26 | 330.71 | 0.39 | 0.58 |
| Hex | BD | 69 | 92 | 0 | 2C | 17 | 1A | 14B | 27 | 3A |
| Octal | 275 | 151 | 222 | 0 | 54 | 27 | 32 | 513 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10010010 | 0 | 101100 | 10111 | 11010 | 101001011 | 100111 | 111010 |
Color Harmonies of #BD6992
Complementary color
Monochromatic Colors of #BD6992
Black with #BD6992
Text Example
Text Example
White with #BD6992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6992; }
p { color: rgb(189,105,146); }
H1.HeaderClassName
{
color: #BD6992;
}
.AnyTagClassName
{
color: #BD6992;
}
</style>
background-color css
<style>
a { background-color: #BD6992; }
a { background-color: rgb(189,105,146); }
div.DivClassName
{
background-color: #BD6992;
}
.BgClassName
{
background-color: #BD6992;
}
</style>
border-color css
<style>
span { border-color: #BD6992; }
span { border-color: rgb(189,105,146); }
td.TdClassName
{
border-color: #BD6992;
}
.TagClassName
{
border-color: #BD6992;
}
</style>