Shades of Hopbush #BD789B
Tints of Hopbush #BD789B
RGB
CMYK
RGB Variations
Color information
#BD789B (or 0xBD789B) is known color: Hopbush. HEX triplet: BD, 78 and 9B. RGB value is (189,120,155). Sum of RGB (Red+Green+Blue) = 189+120+155=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD789B is #428764. Grayscale: #909090. Windows color (decimal): -4360037 or 10188989. OLE color: 10188989.
HSL color Cylindrical-coordinate representation of color #BD789B: hue angle of 329.57º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD789B is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 155 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.26 |
| HSL | 329.57º | 0.34% | 0.61% | - |
| HSV(B) | 329.57º | 0.37% | 0.74% | - |
| XYZ | 33.62 | 26.62 | 34.38 | - |
| YUV | 144.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 155 | 0 | 0.37 | 0.18 | 0.26 | 329.57 | 0.34 | 0.61 |
| Hex | BD | 78 | 9B | 0 | 25 | 12 | 1A | 14A | 22 | 3D |
| Octal | 275 | 170 | 233 | 0 | 45 | 22 | 32 | 512 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10011011 | 0 | 100101 | 10010 | 11010 | 101001010 | 100010 | 111101 |
Color Harmonies of #BD789B
Complementary color
Monochromatic Colors of #BD789B
Black with #BD789B
Text Example
Text Example
White with #BD789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD789B; }
p { color: rgb(189,120,155); }
H1.HeaderClassName
{
color: #BD789B;
}
.AnyTagClassName
{
color: #BD789B;
}
</style>
background-color css
<style>
a { background-color: #BD789B; }
a { background-color: rgb(189,120,155); }
div.DivClassName
{
background-color: #BD789B;
}
.BgClassName
{
background-color: #BD789B;
}
</style>
border-color css
<style>
span { border-color: #BD789B; }
span { border-color: rgb(189,120,155); }
td.TdClassName
{
border-color: #BD789B;
}
.TagClassName
{
border-color: #BD789B;
}
</style>