Shades of Hopbush #B76698
Tints of Hopbush #B76698
RGB
CMYK
RGB Variations
Color information
#B76698 (or 0xB76698) is known color: Hopbush. HEX triplet: B7, 66 and 98. RGB value is (183,102,152). Sum of RGB (Red+Green+Blue) = 183+102+152=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B76698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76698 is #489967. Grayscale: #838383. Windows color (decimal): -4757864 or 9987767. OLE color: 9987767.
HSL color Cylindrical-coordinate representation of color #B76698: hue angle of 322.96º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76698 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 152 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.28 |
| HSL | 322.96º | 0.36% | 0.56% | - |
| HSV(B) | 322.96º | 0.44% | 0.72% | - |
| XYZ | 29.95 | 21.84 | 32.34 | - |
| YUV | 131.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 152 | 0 | 0.44 | 0.17 | 0.28 | 322.96 | 0.36 | 0.56 |
| Hex | B7 | 66 | 98 | 0 | 2C | 11 | 1C | 143 | 24 | 38 |
| Octal | 267 | 146 | 230 | 0 | 54 | 21 | 34 | 503 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10011000 | 0 | 101100 | 10001 | 11100 | 101000011 | 100100 | 111000 |
Color Harmonies of #B76698
Complementary color
Monochromatic Colors of #B76698
Black with #B76698
Text Example
Text Example
White with #B76698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76698; }
p { color: rgb(183,102,152); }
H1.HeaderClassName
{
color: #B76698;
}
.AnyTagClassName
{
color: #B76698;
}
</style>
background-color css
<style>
a { background-color: #B76698; }
a { background-color: rgb(183,102,152); }
div.DivClassName
{
background-color: #B76698;
}
.BgClassName
{
background-color: #B76698;
}
</style>
border-color css
<style>
span { border-color: #B76698; }
span { border-color: rgb(183,102,152); }
td.TdClassName
{
border-color: #B76698;
}
.TagClassName
{
border-color: #B76698;
}
</style>