Shades of Hopbush #BD659A
Tints of Hopbush #BD659A
RGB
CMYK
RGB Variations
Color information
#BD659A (or 0xBD659A) is known color: Hopbush. HEX triplet: BD, 65 and 9A. RGB value is (189,101,154). Sum of RGB (Red+Green+Blue) = 189+101+154=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD659A is #429A65. Grayscale: #858585. Windows color (decimal): -4364902 or 10118589. OLE color: 10118589.
HSL color Cylindrical-coordinate representation of color #BD659A: hue angle of 323.86º 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 #BD659A is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 154 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.26 |
| HSL | 323.86º | 0.4% | 0.57% | - |
| HSV(B) | 323.86º | 0.47% | 0.74% | - |
| XYZ | 31.47 | 22.46 | 33.25 | - |
| YUV | 133.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 154 | 0 | 0.47 | 0.19 | 0.26 | 323.86 | 0.4 | 0.57 |
| Hex | BD | 65 | 9A | 0 | 2F | 13 | 1A | 144 | 28 | 39 |
| Octal | 275 | 145 | 232 | 0 | 57 | 23 | 32 | 504 | 50 | 71 |
| Binary | 10111101 | 1100101 | 10011010 | 0 | 101111 | 10011 | 11010 | 101000100 | 101000 | 111001 |
Color Harmonies of #BD659A
Complementary color
Monochromatic Colors of #BD659A
Black with #BD659A
Text Example
Text Example
White with #BD659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD659A; }
p { color: rgb(189,101,154); }
H1.HeaderClassName
{
color: #BD659A;
}
.AnyTagClassName
{
color: #BD659A;
}
</style>
background-color css
<style>
a { background-color: #BD659A; }
a { background-color: rgb(189,101,154); }
div.DivClassName
{
background-color: #BD659A;
}
.BgClassName
{
background-color: #BD659A;
}
</style>
border-color css
<style>
span { border-color: #BD659A; }
span { border-color: rgb(189,101,154); }
td.TdClassName
{
border-color: #BD659A;
}
.TagClassName
{
border-color: #BD659A;
}
</style>