Shades of Hopbush #BD769D
Tints of Hopbush #BD769D
RGB
CMYK
RGB Variations
Color information
#BD769D (or 0xBD769D) is known color: Hopbush. HEX triplet: BD, 76 and 9D. RGB value is (189,118,157). Sum of RGB (Red+Green+Blue) = 189+118+157=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD769D is #428962. Grayscale: #8F8F8F. Windows color (decimal): -4360547 or 10319549. OLE color: 10319549.
HSL color Cylindrical-coordinate representation of color #BD769D: hue angle of 327.04º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD769D is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 157 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.26 |
| HSL | 327.04º | 0.35% | 0.6% | - |
| HSV(B) | 327.04º | 0.38% | 0.74% | - |
| XYZ | 33.55 | 26.21 | 35.19 | - |
| YUV | 143.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 157 | 0 | 0.38 | 0.17 | 0.26 | 327.04 | 0.35 | 0.6 |
| Hex | BD | 76 | 9D | 0 | 26 | 11 | 1A | 147 | 23 | 3C |
| Octal | 275 | 166 | 235 | 0 | 46 | 21 | 32 | 507 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10011101 | 0 | 100110 | 10001 | 11010 | 101000111 | 100011 | 111100 |
Color Harmonies of #BD769D
Complementary color
Monochromatic Colors of #BD769D
Black with #BD769D
Text Example
Text Example
White with #BD769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD769D; }
p { color: rgb(189,118,157); }
H1.HeaderClassName
{
color: #BD769D;
}
.AnyTagClassName
{
color: #BD769D;
}
</style>
background-color css
<style>
a { background-color: #BD769D; }
a { background-color: rgb(189,118,157); }
div.DivClassName
{
background-color: #BD769D;
}
.BgClassName
{
background-color: #BD769D;
}
</style>
border-color css
<style>
span { border-color: #BD769D; }
span { border-color: rgb(189,118,157); }
td.TdClassName
{
border-color: #BD769D;
}
.TagClassName
{
border-color: #BD769D;
}
</style>