Shades of Hopbush #BD6799
Tints of Hopbush #BD6799
RGB
CMYK
RGB Variations
Color information
#BD6799 (or 0xBD6799) is known color: Hopbush. HEX triplet: BD, 67 and 99. RGB value is (189,103,153). Sum of RGB (Red+Green+Blue) = 189+103+153=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6799 is #429866. Grayscale: #868686. Windows color (decimal): -4364391 or 10053565. OLE color: 10053565.
HSL color Cylindrical-coordinate representation of color #BD6799: hue angle of 325.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6799 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 153 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.26 |
| HSL | 325.12º | 0.39% | 0.57% | - |
| HSV(B) | 325.12º | 0.46% | 0.74% | - |
| XYZ | 31.59 | 22.82 | 32.88 | - |
| YUV | 134.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 153 | 0 | 0.46 | 0.19 | 0.26 | 325.12 | 0.39 | 0.57 |
| Hex | BD | 67 | 99 | 0 | 2E | 13 | 1A | 145 | 27 | 39 |
| Octal | 275 | 147 | 231 | 0 | 56 | 23 | 32 | 505 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10011001 | 0 | 101110 | 10011 | 11010 | 101000101 | 100111 | 111001 |
Color Harmonies of #BD6799
Complementary color
Monochromatic Colors of #BD6799
Black with #BD6799
Text Example
Text Example
White with #BD6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6799; }
p { color: rgb(189,103,153); }
H1.HeaderClassName
{
color: #BD6799;
}
.AnyTagClassName
{
color: #BD6799;
}
</style>
background-color css
<style>
a { background-color: #BD6799; }
a { background-color: rgb(189,103,153); }
div.DivClassName
{
background-color: #BD6799;
}
.BgClassName
{
background-color: #BD6799;
}
</style>
border-color css
<style>
span { border-color: #BD6799; }
span { border-color: rgb(189,103,153); }
td.TdClassName
{
border-color: #BD6799;
}
.TagClassName
{
border-color: #BD6799;
}
</style>