Shades of Hopbush #BD6B9D
Tints of Hopbush #BD6B9D
RGB
CMYK
RGB Variations
Color information
#BD6B9D (or 0xBD6B9D) is known color: Hopbush. HEX triplet: BD, 6B and 9D. RGB value is (189,107,157). Sum of RGB (Red+Green+Blue) = 189+107+157=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6B9D is #429462. Grayscale: #898989. Windows color (decimal): -4363363 or 10316733. OLE color: 10316733.
HSL color Cylindrical-coordinate representation of color #BD6B9D: hue angle of 323.41º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6B9D is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 157 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.26 |
| HSL | 323.41º | 0.38% | 0.58% | - |
| HSV(B) | 323.41º | 0.43% | 0.74% | - |
| XYZ | 32.33 | 23.77 | 34.78 | - |
| YUV | 137.22 | 139.17 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 157 | 0 | 0.43 | 0.17 | 0.26 | 323.41 | 0.38 | 0.58 |
| Hex | BD | 6B | 9D | 0 | 2B | 11 | 1A | 143 | 26 | 3A |
| Octal | 275 | 153 | 235 | 0 | 53 | 21 | 32 | 503 | 46 | 72 |
| Binary | 10111101 | 1101011 | 10011101 | 0 | 101011 | 10001 | 11010 | 101000011 | 100110 | 111010 |
Color Harmonies of #BD6B9D
Complementary color
Monochromatic Colors of #BD6B9D
Black with #BD6B9D
Text Example
Text Example
White with #BD6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B9D; }
p { color: rgb(189,107,157); }
H1.HeaderClassName
{
color: #BD6B9D;
}
.AnyTagClassName
{
color: #BD6B9D;
}
</style>
background-color css
<style>
a { background-color: #BD6B9D; }
a { background-color: rgb(189,107,157); }
div.DivClassName
{
background-color: #BD6B9D;
}
.BgClassName
{
background-color: #BD6B9D;
}
</style>
border-color css
<style>
span { border-color: #BD6B9D; }
span { border-color: rgb(189,107,157); }
td.TdClassName
{
border-color: #BD6B9D;
}
.TagClassName
{
border-color: #BD6B9D;
}
</style>