Shades of Hopbush #BD659E
Tints of Hopbush #BD659E
RGB
CMYK
RGB Variations
Color information
#BD659E (or 0xBD659E) is known color: Hopbush. HEX triplet: BD, 65 and 9E. RGB value is (189,101,158). Sum of RGB (Red+Green+Blue) = 189+101+158=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD659E is #429A61. Grayscale: #858585. Windows color (decimal): -4364898 or 10380733. OLE color: 10380733.
HSL color Cylindrical-coordinate representation of color #BD659E: hue angle of 321.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD659E is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 158 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.26 |
| HSL | 321.14º | 0.4% | 0.57% | - |
| HSV(B) | 321.14º | 0.47% | 0.74% | - |
| XYZ | 31.81 | 22.59 | 35.03 | - |
| YUV | 133.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 158 | 0 | 0.47 | 0.16 | 0.26 | 321.14 | 0.4 | 0.57 |
| Hex | BD | 65 | 9E | 0 | 2F | 10 | 1A | 141 | 28 | 39 |
| Octal | 275 | 145 | 236 | 0 | 57 | 20 | 32 | 501 | 50 | 71 |
| Binary | 10111101 | 1100101 | 10011110 | 0 | 101111 | 10000 | 11010 | 101000001 | 101000 | 111001 |
Color Harmonies of #BD659E
Complementary color
Monochromatic Colors of #BD659E
Black with #BD659E
Text Example
Text Example
White with #BD659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD659E; }
p { color: rgb(189,101,158); }
H1.HeaderClassName
{
color: #BD659E;
}
.AnyTagClassName
{
color: #BD659E;
}
</style>
background-color css
<style>
a { background-color: #BD659E; }
a { background-color: rgb(189,101,158); }
div.DivClassName
{
background-color: #BD659E;
}
.BgClassName
{
background-color: #BD659E;
}
</style>
border-color css
<style>
span { border-color: #BD659E; }
span { border-color: rgb(189,101,158); }
td.TdClassName
{
border-color: #BD659E;
}
.TagClassName
{
border-color: #BD659E;
}
</style>