Shades of Hopbush #BD6696
Tints of Hopbush #BD6696
RGB
CMYK
RGB Variations
Color information
#BD6696 (or 0xBD6696) is known color: Hopbush. HEX triplet: BD, 66 and 96. RGB value is (189,102,150). Sum of RGB (Red+Green+Blue) = 189+102+150=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6696 is #429969. Grayscale: #858585. Windows color (decimal): -4364650 or 9856701. OLE color: 9856701.
HSL color Cylindrical-coordinate representation of color #BD6696: hue angle of 326.9º degrees, saturation: 0.4, 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 #BD6696 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 150 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.26 |
| HSL | 326.9º | 0.4% | 0.57% | - |
| HSV(B) | 326.9º | 0.46% | 0.74% | - |
| XYZ | 31.24 | 22.52 | 31.55 | - |
| YUV | 133.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 150 | 0 | 0.46 | 0.21 | 0.26 | 326.9 | 0.4 | 0.57 |
| Hex | BD | 66 | 96 | 0 | 2E | 15 | 1A | 147 | 28 | 39 |
| Octal | 275 | 146 | 226 | 0 | 56 | 25 | 32 | 507 | 50 | 71 |
| Binary | 10111101 | 1100110 | 10010110 | 0 | 101110 | 10101 | 11010 | 101000111 | 101000 | 111001 |
Color Harmonies of #BD6696
Complementary color
Monochromatic Colors of #BD6696
Black with #BD6696
Text Example
Text Example
White with #BD6696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6696; }
p { color: rgb(189,102,150); }
H1.HeaderClassName
{
color: #BD6696;
}
.AnyTagClassName
{
color: #BD6696;
}
</style>
background-color css
<style>
a { background-color: #BD6696; }
a { background-color: rgb(189,102,150); }
div.DivClassName
{
background-color: #BD6696;
}
.BgClassName
{
background-color: #BD6696;
}
</style>
border-color css
<style>
span { border-color: #BD6696; }
span { border-color: rgb(189,102,150); }
td.TdClassName
{
border-color: #BD6696;
}
.TagClassName
{
border-color: #BD6696;
}
</style>