Shades of Hopbush #BD608D
Tints of Hopbush #BD608D
RGB
CMYK
RGB Variations
Color information
#BD608D (or 0xBD608D) is known color: Hopbush. HEX triplet: BD, 60 and 8D. RGB value is (189,96,141). Sum of RGB (Red+Green+Blue) = 189+96+141=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD608D is #429F72. Grayscale: #808080. Windows color (decimal): -4366195 or 9265341. OLE color: 9265341.
HSL color Cylindrical-coordinate representation of color #BD608D: hue angle of 330.97º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD608D is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 141 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.26 |
| HSL | 330.97º | 0.41% | 0.56% | - |
| HSV(B) | 330.97º | 0.49% | 0.74% | - |
| XYZ | 29.98 | 21.11 | 27.69 | - |
| YUV | 128.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 141 | 0 | 0.49 | 0.25 | 0.26 | 330.97 | 0.41 | 0.56 |
| Hex | BD | 60 | 8D | 0 | 31 | 19 | 1A | 14B | 29 | 38 |
| Octal | 275 | 140 | 215 | 0 | 61 | 31 | 32 | 513 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10001101 | 0 | 110001 | 11001 | 11010 | 101001011 | 101001 | 111000 |
Color Harmonies of #BD608D
Complementary color
Monochromatic Colors of #BD608D
Black with #BD608D
Text Example
Text Example
White with #BD608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD608D; }
p { color: rgb(189,96,141); }
H1.HeaderClassName
{
color: #BD608D;
}
.AnyTagClassName
{
color: #BD608D;
}
</style>
background-color css
<style>
a { background-color: #BD608D; }
a { background-color: rgb(189,96,141); }
div.DivClassName
{
background-color: #BD608D;
}
.BgClassName
{
background-color: #BD608D;
}
</style>
border-color css
<style>
span { border-color: #BD608D; }
span { border-color: rgb(189,96,141); }
td.TdClassName
{
border-color: #BD608D;
}
.TagClassName
{
border-color: #BD608D;
}
</style>