Shades of Hopbush #BD6A9F
Tints of Hopbush #BD6A9F
RGB
CMYK
RGB Variations
Color information
#BD6A9F (or 0xBD6A9F) is known color: Hopbush. HEX triplet: BD, 6A and 9F. RGB value is (189,106,159). Sum of RGB (Red+Green+Blue) = 189+106+159=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A9F is #429560. Grayscale: #888888. Windows color (decimal): -4363617 or 10447549. OLE color: 10447549.
HSL color Cylindrical-coordinate representation of color #BD6A9F: hue angle of 321.69º 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 #BD6A9F is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 159 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.26 |
| HSL | 321.69º | 0.39% | 0.58% | - |
| HSV(B) | 321.69º | 0.44% | 0.74% | - |
| XYZ | 32.4 | 23.63 | 35.65 | - |
| YUV | 136.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 159 | 0 | 0.44 | 0.16 | 0.26 | 321.69 | 0.39 | 0.58 |
| Hex | BD | 6A | 9F | 0 | 2C | 10 | 1A | 142 | 27 | 3A |
| Octal | 275 | 152 | 237 | 0 | 54 | 20 | 32 | 502 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10011111 | 0 | 101100 | 10000 | 11010 | 101000010 | 100111 | 111010 |
Color Harmonies of #BD6A9F
Complementary color
Monochromatic Colors of #BD6A9F
Black with #BD6A9F
Text Example
Text Example
White with #BD6A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A9F; }
p { color: rgb(189,106,159); }
H1.HeaderClassName
{
color: #BD6A9F;
}
.AnyTagClassName
{
color: #BD6A9F;
}
</style>
background-color css
<style>
a { background-color: #BD6A9F; }
a { background-color: rgb(189,106,159); }
div.DivClassName
{
background-color: #BD6A9F;
}
.BgClassName
{
background-color: #BD6A9F;
}
</style>
border-color css
<style>
span { border-color: #BD6A9F; }
span { border-color: rgb(189,106,159); }
td.TdClassName
{
border-color: #BD6A9F;
}
.TagClassName
{
border-color: #BD6A9F;
}
</style>