Shades of Hopbush #BD6A9D
Tints of Hopbush #BD6A9D
RGB
CMYK
RGB Variations
Color information
#BD6A9D (or 0xBD6A9D) is known color: Hopbush. HEX triplet: BD, 6A and 9D. RGB value is (189,106,157). Sum of RGB (Red+Green+Blue) = 189+106+157=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A9D is #429562. Grayscale: #888888. Windows color (decimal): -4363619 or 10316477. OLE color: 10316477.
HSL color Cylindrical-coordinate representation of color #BD6A9D: hue angle of 323.13º 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 #BD6A9D is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 157 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.26 |
| HSL | 323.13º | 0.39% | 0.58% | - |
| HSV(B) | 323.13º | 0.44% | 0.74% | - |
| XYZ | 32.23 | 23.56 | 34.75 | - |
| YUV | 136.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 157 | 0 | 0.44 | 0.17 | 0.26 | 323.13 | 0.39 | 0.58 |
| Hex | BD | 6A | 9D | 0 | 2C | 11 | 1A | 143 | 27 | 3A |
| Octal | 275 | 152 | 235 | 0 | 54 | 21 | 32 | 503 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10011101 | 0 | 101100 | 10001 | 11010 | 101000011 | 100111 | 111010 |
Color Harmonies of #BD6A9D
Complementary color
Monochromatic Colors of #BD6A9D
Black with #BD6A9D
Text Example
Text Example
White with #BD6A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A9D; }
p { color: rgb(189,106,157); }
H1.HeaderClassName
{
color: #BD6A9D;
}
.AnyTagClassName
{
color: #BD6A9D;
}
</style>
background-color css
<style>
a { background-color: #BD6A9D; }
a { background-color: rgb(189,106,157); }
div.DivClassName
{
background-color: #BD6A9D;
}
.BgClassName
{
background-color: #BD6A9D;
}
</style>
border-color css
<style>
span { border-color: #BD6A9D; }
span { border-color: rgb(189,106,157); }
td.TdClassName
{
border-color: #BD6A9D;
}
.TagClassName
{
border-color: #BD6A9D;
}
</style>