Shades of Hopbush #BD6894
Tints of Hopbush #BD6894
RGB
CMYK
RGB Variations
Color information
#BD6894 (or 0xBD6894) is known color: Hopbush. HEX triplet: BD, 68 and 94. RGB value is (189,104,148). Sum of RGB (Red+Green+Blue) = 189+104+148=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6894 is #42976B. Grayscale: #868686. Windows color (decimal): -4364140 or 9726141. OLE color: 9726141.
HSL color Cylindrical-coordinate representation of color #BD6894: hue angle of 328.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6894 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 148 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.26 |
| HSL | 328.94º | 0.39% | 0.57% | - |
| HSV(B) | 328.94º | 0.45% | 0.74% | - |
| XYZ | 31.28 | 22.86 | 30.78 | - |
| YUV | 134.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 148 | 0 | 0.45 | 0.22 | 0.26 | 328.94 | 0.39 | 0.57 |
| Hex | BD | 68 | 94 | 0 | 2D | 16 | 1A | 149 | 27 | 39 |
| Octal | 275 | 150 | 224 | 0 | 55 | 26 | 32 | 511 | 47 | 71 |
| Binary | 10111101 | 1101000 | 10010100 | 0 | 101101 | 10110 | 11010 | 101001001 | 100111 | 111001 |
Color Harmonies of #BD6894
Complementary color
Monochromatic Colors of #BD6894
Black with #BD6894
Text Example
Text Example
White with #BD6894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6894; }
p { color: rgb(189,104,148); }
H1.HeaderClassName
{
color: #BD6894;
}
.AnyTagClassName
{
color: #BD6894;
}
</style>
background-color css
<style>
a { background-color: #BD6894; }
a { background-color: rgb(189,104,148); }
div.DivClassName
{
background-color: #BD6894;
}
.BgClassName
{
background-color: #BD6894;
}
</style>
border-color css
<style>
span { border-color: #BD6894; }
span { border-color: rgb(189,104,148); }
td.TdClassName
{
border-color: #BD6894;
}
.TagClassName
{
border-color: #BD6894;
}
</style>