Shades of Hopbush #BD689D
Tints of Hopbush #BD689D
RGB
CMYK
RGB Variations
Color information
#BD689D (or 0xBD689D) is known color: Hopbush. HEX triplet: BD, 68 and 9D. RGB value is (189,104,157). Sum of RGB (Red+Green+Blue) = 189+104+157=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD689D is #429762. Grayscale: #878787. Windows color (decimal): -4364131 or 10315965. OLE color: 10315965.
HSL color Cylindrical-coordinate representation of color #BD689D: hue angle of 322.59º 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 #BD689D is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 157 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.26 |
| HSL | 322.59º | 0.39% | 0.57% | - |
| HSV(B) | 322.59º | 0.45% | 0.74% | - |
| XYZ | 32.02 | 23.15 | 34.68 | - |
| YUV | 135.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 157 | 0 | 0.45 | 0.17 | 0.26 | 322.59 | 0.39 | 0.57 |
| Hex | BD | 68 | 9D | 0 | 2D | 11 | 1A | 143 | 27 | 39 |
| Octal | 275 | 150 | 235 | 0 | 55 | 21 | 32 | 503 | 47 | 71 |
| Binary | 10111101 | 1101000 | 10011101 | 0 | 101101 | 10001 | 11010 | 101000011 | 100111 | 111001 |
Color Harmonies of #BD689D
Complementary color
Monochromatic Colors of #BD689D
Black with #BD689D
Text Example
Text Example
White with #BD689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD689D; }
p { color: rgb(189,104,157); }
H1.HeaderClassName
{
color: #BD689D;
}
.AnyTagClassName
{
color: #BD689D;
}
</style>
background-color css
<style>
a { background-color: #BD689D; }
a { background-color: rgb(189,104,157); }
div.DivClassName
{
background-color: #BD689D;
}
.BgClassName
{
background-color: #BD689D;
}
</style>
border-color css
<style>
span { border-color: #BD689D; }
span { border-color: rgb(189,104,157); }
td.TdClassName
{
border-color: #BD689D;
}
.TagClassName
{
border-color: #BD689D;
}
</style>