Shades of Hopbush #BD6594
Tints of Hopbush #BD6594
RGB
CMYK
RGB Variations
Color information
#BD6594 (or 0xBD6594) is known color: Hopbush. HEX triplet: BD, 65 and 94. RGB value is (189,101,148). Sum of RGB (Red+Green+Blue) = 189+101+148=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6594 is #429A6B. Grayscale: #848484. Windows color (decimal): -4364908 or 9725373. OLE color: 9725373.
HSL color Cylindrical-coordinate representation of color #BD6594: hue angle of 327.95º 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 #BD6594 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 148 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.26 |
| HSL | 327.95º | 0.4% | 0.57% | - |
| HSV(B) | 327.95º | 0.47% | 0.74% | - |
| XYZ | 30.99 | 22.26 | 30.68 | - |
| YUV | 132.67 | 136.65 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 148 | 0 | 0.47 | 0.22 | 0.26 | 327.95 | 0.4 | 0.57 |
| Hex | BD | 65 | 94 | 0 | 2F | 16 | 1A | 148 | 28 | 39 |
| Octal | 275 | 145 | 224 | 0 | 57 | 26 | 32 | 510 | 50 | 71 |
| Binary | 10111101 | 1100101 | 10010100 | 0 | 101111 | 10110 | 11010 | 101001000 | 101000 | 111001 |
Color Harmonies of #BD6594
Complementary color
Monochromatic Colors of #BD6594
Black with #BD6594
Text Example
Text Example
White with #BD6594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6594; }
p { color: rgb(189,101,148); }
H1.HeaderClassName
{
color: #BD6594;
}
.AnyTagClassName
{
color: #BD6594;
}
</style>
background-color css
<style>
a { background-color: #BD6594; }
a { background-color: rgb(189,101,148); }
div.DivClassName
{
background-color: #BD6594;
}
.BgClassName
{
background-color: #BD6594;
}
</style>
border-color css
<style>
span { border-color: #BD6594; }
span { border-color: rgb(189,101,148); }
td.TdClassName
{
border-color: #BD6594;
}
.TagClassName
{
border-color: #BD6594;
}
</style>