Shades of Hopbush #BD6F9C
Tints of Hopbush #BD6F9C
RGB
CMYK
RGB Variations
Color information
#BD6F9C (or 0xBD6F9C) is known color: Hopbush. HEX triplet: BD, 6F and 9C. RGB value is (189,111,156). Sum of RGB (Red+Green+Blue) = 189+111+156=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6F9C is #429063. Grayscale: #8B8B8B. Windows color (decimal): -4362340 or 10252221. OLE color: 10252221.
HSL color Cylindrical-coordinate representation of color #BD6F9C: hue angle of 325.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD6F9C is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 156 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.26 |
| HSL | 325.38º | 0.37% | 0.59% | - |
| HSV(B) | 325.38º | 0.41% | 0.74% | - |
| XYZ | 32.67 | 24.59 | 34.48 | - |
| YUV | 139.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 156 | 0 | 0.41 | 0.17 | 0.26 | 325.38 | 0.37 | 0.59 |
| Hex | BD | 6F | 9C | 0 | 29 | 11 | 1A | 145 | 25 | 3B |
| Octal | 275 | 157 | 234 | 0 | 51 | 21 | 32 | 505 | 45 | 73 |
| Binary | 10111101 | 1101111 | 10011100 | 0 | 101001 | 10001 | 11010 | 101000101 | 100101 | 111011 |
Color Harmonies of #BD6F9C
Complementary color
Monochromatic Colors of #BD6F9C
Black with #BD6F9C
Text Example
Text Example
White with #BD6F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F9C; }
p { color: rgb(189,111,156); }
H1.HeaderClassName
{
color: #BD6F9C;
}
.AnyTagClassName
{
color: #BD6F9C;
}
</style>
background-color css
<style>
a { background-color: #BD6F9C; }
a { background-color: rgb(189,111,156); }
div.DivClassName
{
background-color: #BD6F9C;
}
.BgClassName
{
background-color: #BD6F9C;
}
</style>
border-color css
<style>
span { border-color: #BD6F9C; }
span { border-color: rgb(189,111,156); }
td.TdClassName
{
border-color: #BD6F9C;
}
.TagClassName
{
border-color: #BD6F9C;
}
</style>