Shades of Hopbush #BD6892
Tints of Hopbush #BD6892
RGB
CMYK
RGB Variations
Color information
#BD6892 (or 0xBD6892) is known color: Hopbush. HEX triplet: BD, 68 and 92. RGB value is (189,104,146). Sum of RGB (Red+Green+Blue) = 189+104+146=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6892 is #42976D. Grayscale: #868686. Windows color (decimal): -4364142 or 9595069. OLE color: 9595069.
HSL color Cylindrical-coordinate representation of color #BD6892: hue angle of 330.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6892 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 146 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.26 |
| HSL | 330.35º | 0.39% | 0.57% | - |
| HSV(B) | 330.35º | 0.45% | 0.74% | - |
| XYZ | 31.12 | 22.79 | 29.95 | - |
| YUV | 134.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 146 | 0 | 0.45 | 0.23 | 0.26 | 330.35 | 0.39 | 0.57 |
| Hex | BD | 68 | 92 | 0 | 2D | 17 | 1A | 14A | 27 | 39 |
| Octal | 275 | 150 | 222 | 0 | 55 | 27 | 32 | 512 | 47 | 71 |
| Binary | 10111101 | 1101000 | 10010010 | 0 | 101101 | 10111 | 11010 | 101001010 | 100111 | 111001 |
Color Harmonies of #BD6892
Complementary color
Monochromatic Colors of #BD6892
Black with #BD6892
Text Example
Text Example
White with #BD6892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6892; }
p { color: rgb(189,104,146); }
H1.HeaderClassName
{
color: #BD6892;
}
.AnyTagClassName
{
color: #BD6892;
}
</style>
background-color css
<style>
a { background-color: #BD6892; }
a { background-color: rgb(189,104,146); }
div.DivClassName
{
background-color: #BD6892;
}
.BgClassName
{
background-color: #BD6892;
}
</style>
border-color css
<style>
span { border-color: #BD6892; }
span { border-color: rgb(189,104,146); }
td.TdClassName
{
border-color: #BD6892;
}
.TagClassName
{
border-color: #BD6892;
}
</style>