Shades of Hopbush #B96693
Tints of Hopbush #B96693
RGB
CMYK
RGB Variations
Color information
#B96693 (or 0xB96693) is known color: Hopbush. HEX triplet: B9, 66 and 93. RGB value is (185,102,147). Sum of RGB (Red+Green+Blue) = 185+102+147=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B96693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96693 is #46996C. Grayscale: #838383. Windows color (decimal): -4626797 or 9660089. OLE color: 9660089.
HSL color Cylindrical-coordinate representation of color #B96693: hue angle of 327.47º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96693 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 147 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.27 |
| HSL | 327.47º | 0.37% | 0.56% | - |
| HSV(B) | 327.47º | 0.45% | 0.73% | - |
| XYZ | 30.03 | 21.92 | 30.25 | - |
| YUV | 131.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 147 | 0 | 0.45 | 0.21 | 0.27 | 327.47 | 0.37 | 0.56 |
| Hex | B9 | 66 | 93 | 0 | 2D | 15 | 1B | 147 | 25 | 38 |
| Octal | 271 | 146 | 223 | 0 | 55 | 25 | 33 | 507 | 45 | 70 |
| Binary | 10111001 | 1100110 | 10010011 | 0 | 101101 | 10101 | 11011 | 101000111 | 100101 | 111000 |
Color Harmonies of #B96693
Complementary color
Monochromatic Colors of #B96693
Black with #B96693
Text Example
Text Example
White with #B96693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96693; }
p { color: rgb(185,102,147); }
H1.HeaderClassName
{
color: #B96693;
}
.AnyTagClassName
{
color: #B96693;
}
</style>
background-color css
<style>
a { background-color: #B96693; }
a { background-color: rgb(185,102,147); }
div.DivClassName
{
background-color: #B96693;
}
.BgClassName
{
background-color: #B96693;
}
</style>
border-color css
<style>
span { border-color: #B96693; }
span { border-color: rgb(185,102,147); }
td.TdClassName
{
border-color: #B96693;
}
.TagClassName
{
border-color: #B96693;
}
</style>