Shades of Hopbush #BD6A9C
Tints of Hopbush #BD6A9C
RGB
CMYK
RGB Variations
Color information
#BD6A9C (or 0xBD6A9C) is known color: Hopbush. HEX triplet: BD, 6A and 9C. RGB value is (189,106,156). Sum of RGB (Red+Green+Blue) = 189+106+156=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A9C is #429563. Grayscale: #888888. Windows color (decimal): -4363620 or 10250941. OLE color: 10250941.
HSL color Cylindrical-coordinate representation of color #BD6A9C: hue angle of 323.86º 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 #BD6A9C is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 156 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.26 |
| HSL | 323.86º | 0.39% | 0.58% | - |
| HSV(B) | 323.86º | 0.44% | 0.74% | - |
| XYZ | 32.14 | 23.53 | 34.3 | - |
| YUV | 136.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 156 | 0 | 0.44 | 0.17 | 0.26 | 323.86 | 0.39 | 0.58 |
| Hex | BD | 6A | 9C | 0 | 2C | 11 | 1A | 144 | 27 | 3A |
| Octal | 275 | 152 | 234 | 0 | 54 | 21 | 32 | 504 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10011100 | 0 | 101100 | 10001 | 11010 | 101000100 | 100111 | 111010 |
Color Harmonies of #BD6A9C
Complementary color
Monochromatic Colors of #BD6A9C
Black with #BD6A9C
Text Example
Text Example
White with #BD6A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A9C; }
p { color: rgb(189,106,156); }
H1.HeaderClassName
{
color: #BD6A9C;
}
.AnyTagClassName
{
color: #BD6A9C;
}
</style>
background-color css
<style>
a { background-color: #BD6A9C; }
a { background-color: rgb(189,106,156); }
div.DivClassName
{
background-color: #BD6A9C;
}
.BgClassName
{
background-color: #BD6A9C;
}
</style>
border-color css
<style>
span { border-color: #BD6A9C; }
span { border-color: rgb(189,106,156); }
td.TdClassName
{
border-color: #BD6A9C;
}
.TagClassName
{
border-color: #BD6A9C;
}
</style>