Shades of Hopbush #BD628D
Tints of Hopbush #BD628D
RGB
CMYK
RGB Variations
Color information
#BD628D (or 0xBD628D) is known color: Hopbush. HEX triplet: BD, 62 and 8D. RGB value is (189,98,141). Sum of RGB (Red+Green+Blue) = 189+98+141=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD628D is #429D72. Grayscale: #828282. Windows color (decimal): -4365683 or 9265853. OLE color: 9265853.
HSL color Cylindrical-coordinate representation of color #BD628D: hue angle of 331.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD628D is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 141 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.26 |
| HSL | 331.65º | 0.41% | 0.56% | - |
| HSV(B) | 331.65º | 0.48% | 0.74% | - |
| XYZ | 30.16 | 21.48 | 27.76 | - |
| YUV | 130.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 141 | 0 | 0.48 | 0.25 | 0.26 | 331.65 | 0.41 | 0.56 |
| Hex | BD | 62 | 8D | 0 | 30 | 19 | 1A | 14C | 29 | 38 |
| Octal | 275 | 142 | 215 | 0 | 60 | 31 | 32 | 514 | 51 | 70 |
| Binary | 10111101 | 1100010 | 10001101 | 0 | 110000 | 11001 | 11010 | 101001100 | 101001 | 111000 |
Color Harmonies of #BD628D
Complementary color
Monochromatic Colors of #BD628D
Black with #BD628D
Text Example
Text Example
White with #BD628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD628D; }
p { color: rgb(189,98,141); }
H1.HeaderClassName
{
color: #BD628D;
}
.AnyTagClassName
{
color: #BD628D;
}
</style>
background-color css
<style>
a { background-color: #BD628D; }
a { background-color: rgb(189,98,141); }
div.DivClassName
{
background-color: #BD628D;
}
.BgClassName
{
background-color: #BD628D;
}
</style>
border-color css
<style>
span { border-color: #BD628D; }
span { border-color: rgb(189,98,141); }
td.TdClassName
{
border-color: #BD628D;
}
.TagClassName
{
border-color: #BD628D;
}
</style>