Shades of Hopbush #BD679C
Tints of Hopbush #BD679C
RGB
CMYK
RGB Variations
Color information
#BD679C (or 0xBD679C) is known color: Hopbush. HEX triplet: BD, 67 and 9C. RGB value is (189,103,156). Sum of RGB (Red+Green+Blue) = 189+103+156=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD679C is #429863. Grayscale: #868686. Windows color (decimal): -4364388 or 10250173. OLE color: 10250173.
HSL color Cylindrical-coordinate representation of color #BD679C: hue angle of 323.02º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD679C is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 156 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.26 |
| HSL | 323.02º | 0.39% | 0.57% | - |
| HSV(B) | 323.02º | 0.46% | 0.74% | - |
| XYZ | 31.84 | 22.92 | 34.2 | - |
| YUV | 134.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 156 | 0 | 0.46 | 0.17 | 0.26 | 323.02 | 0.39 | 0.57 |
| Hex | BD | 67 | 9C | 0 | 2E | 11 | 1A | 143 | 27 | 39 |
| Octal | 275 | 147 | 234 | 0 | 56 | 21 | 32 | 503 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10011100 | 0 | 101110 | 10001 | 11010 | 101000011 | 100111 | 111001 |
Color Harmonies of #BD679C
Complementary color
Monochromatic Colors of #BD679C
Black with #BD679C
Text Example
Text Example
White with #BD679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD679C; }
p { color: rgb(189,103,156); }
H1.HeaderClassName
{
color: #BD679C;
}
.AnyTagClassName
{
color: #BD679C;
}
</style>
background-color css
<style>
a { background-color: #BD679C; }
a { background-color: rgb(189,103,156); }
div.DivClassName
{
background-color: #BD679C;
}
.BgClassName
{
background-color: #BD679C;
}
</style>
border-color css
<style>
span { border-color: #BD679C; }
span { border-color: rgb(189,103,156); }
td.TdClassName
{
border-color: #BD679C;
}
.TagClassName
{
border-color: #BD679C;
}
</style>