Shades of Hopbush #BD659C
Tints of Hopbush #BD659C
RGB
CMYK
RGB Variations
Color information
#BD659C (or 0xBD659C) is known color: Hopbush. HEX triplet: BD, 65 and 9C. RGB value is (189,101,156). Sum of RGB (Red+Green+Blue) = 189+101+156=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD659C is #429A63. Grayscale: #858585. Windows color (decimal): -4364900 or 10249661. OLE color: 10249661.
HSL color Cylindrical-coordinate representation of color #BD659C: hue angle of 322.5º 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 #BD659C is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 156 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.26 |
| HSL | 322.5º | 0.4% | 0.57% | - |
| HSV(B) | 322.5º | 0.47% | 0.74% | - |
| XYZ | 31.64 | 22.53 | 34.13 | - |
| YUV | 133.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 156 | 0 | 0.47 | 0.17 | 0.26 | 322.5 | 0.4 | 0.57 |
| Hex | BD | 65 | 9C | 0 | 2F | 11 | 1A | 142 | 28 | 39 |
| Octal | 275 | 145 | 234 | 0 | 57 | 21 | 32 | 502 | 50 | 71 |
| Binary | 10111101 | 1100101 | 10011100 | 0 | 101111 | 10001 | 11010 | 101000010 | 101000 | 111001 |
Color Harmonies of #BD659C
Complementary color
Monochromatic Colors of #BD659C
Black with #BD659C
Text Example
Text Example
White with #BD659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD659C; }
p { color: rgb(189,101,156); }
H1.HeaderClassName
{
color: #BD659C;
}
.AnyTagClassName
{
color: #BD659C;
}
</style>
background-color css
<style>
a { background-color: #BD659C; }
a { background-color: rgb(189,101,156); }
div.DivClassName
{
background-color: #BD659C;
}
.BgClassName
{
background-color: #BD659C;
}
</style>
border-color css
<style>
span { border-color: #BD659C; }
span { border-color: rgb(189,101,156); }
td.TdClassName
{
border-color: #BD659C;
}
.TagClassName
{
border-color: #BD659C;
}
</style>