Shades of Hopbush #BD6990
Tints of Hopbush #BD6990
RGB
CMYK
RGB Variations
Color information
#BD6990 (or 0xBD6990) is known color: Hopbush. HEX triplet: BD, 69 and 90. RGB value is (189,105,144). Sum of RGB (Red+Green+Blue) = 189+105+144=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6990 is #42966F. Grayscale: #868686. Windows color (decimal): -4363888 or 9464253. OLE color: 9464253.
HSL color Cylindrical-coordinate representation of color #BD6990: hue angle of 332.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6990 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 144 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.26 |
| HSL | 332.14º | 0.39% | 0.58% | - |
| HSV(B) | 332.14º | 0.44% | 0.74% | - |
| XYZ | 31.07 | 22.94 | 29.17 | - |
| YUV | 134.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 144 | 0 | 0.44 | 0.24 | 0.26 | 332.14 | 0.39 | 0.58 |
| Hex | BD | 69 | 90 | 0 | 2C | 18 | 1A | 14C | 27 | 3A |
| Octal | 275 | 151 | 220 | 0 | 54 | 30 | 32 | 514 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10010000 | 0 | 101100 | 11000 | 11010 | 101001100 | 100111 | 111010 |
Color Harmonies of #BD6990
Complementary color
Monochromatic Colors of #BD6990
Black with #BD6990
Text Example
Text Example
White with #BD6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6990; }
p { color: rgb(189,105,144); }
H1.HeaderClassName
{
color: #BD6990;
}
.AnyTagClassName
{
color: #BD6990;
}
</style>
background-color css
<style>
a { background-color: #BD6990; }
a { background-color: rgb(189,105,144); }
div.DivClassName
{
background-color: #BD6990;
}
.BgClassName
{
background-color: #BD6990;
}
</style>
border-color css
<style>
span { border-color: #BD6990; }
span { border-color: rgb(189,105,144); }
td.TdClassName
{
border-color: #BD6990;
}
.TagClassName
{
border-color: #BD6990;
}
</style>