Shades of Hopbush #BD6999
Tints of Hopbush #BD6999
RGB
CMYK
RGB Variations
Color information
#BD6999 (or 0xBD6999) is known color: Hopbush. HEX triplet: BD, 69 and 99. RGB value is (189,105,153). Sum of RGB (Red+Green+Blue) = 189+105+153=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6999 is #429666. Grayscale: #878787. Windows color (decimal): -4363879 or 10054077. OLE color: 10054077.
HSL color Cylindrical-coordinate representation of color #BD6999: hue angle of 325.71º 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 #BD6999 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 153 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.26 |
| HSL | 325.71º | 0.39% | 0.58% | - |
| HSV(B) | 325.71º | 0.44% | 0.74% | - |
| XYZ | 31.79 | 23.22 | 32.94 | - |
| YUV | 135.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 153 | 0 | 0.44 | 0.19 | 0.26 | 325.71 | 0.39 | 0.58 |
| Hex | BD | 69 | 99 | 0 | 2C | 13 | 1A | 146 | 27 | 3A |
| Octal | 275 | 151 | 231 | 0 | 54 | 23 | 32 | 506 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10011001 | 0 | 101100 | 10011 | 11010 | 101000110 | 100111 | 111010 |
Color Harmonies of #BD6999
Complementary color
Monochromatic Colors of #BD6999
Black with #BD6999
Text Example
Text Example
White with #BD6999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6999; }
p { color: rgb(189,105,153); }
H1.HeaderClassName
{
color: #BD6999;
}
.AnyTagClassName
{
color: #BD6999;
}
</style>
background-color css
<style>
a { background-color: #BD6999; }
a { background-color: rgb(189,105,153); }
div.DivClassName
{
background-color: #BD6999;
}
.BgClassName
{
background-color: #BD6999;
}
</style>
border-color css
<style>
span { border-color: #BD6999; }
span { border-color: rgb(189,105,153); }
td.TdClassName
{
border-color: #BD6999;
}
.TagClassName
{
border-color: #BD6999;
}
</style>