Shades of Hopbush #BD6E98
Tints of Hopbush #BD6E98
RGB
CMYK
RGB Variations
Color information
#BD6E98 (or 0xBD6E98) is known color: Hopbush. HEX triplet: BD, 6E and 98. RGB value is (189,110,152). Sum of RGB (Red+Green+Blue) = 189+110+152=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E98 is #429167. Grayscale: #8A8A8A. Windows color (decimal): -4362600 or 9989821. OLE color: 9989821.
HSL color Cylindrical-coordinate representation of color #BD6E98: hue angle of 328.1º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6E98 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 152 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.26 |
| HSL | 328.1º | 0.37% | 0.59% | - |
| HSV(B) | 328.1º | 0.42% | 0.74% | - |
| XYZ | 32.23 | 24.24 | 32.69 | - |
| YUV | 138.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 152 | 0 | 0.42 | 0.20 | 0.26 | 328.1 | 0.37 | 0.59 |
| Hex | BD | 6E | 98 | 0 | 2A | 14 | 1A | 148 | 25 | 3B |
| Octal | 275 | 156 | 230 | 0 | 52 | 24 | 32 | 510 | 45 | 73 |
| Binary | 10111101 | 1101110 | 10011000 | 0 | 101010 | 10100 | 11010 | 101001000 | 100101 | 111011 |
Color Harmonies of #BD6E98
Complementary color
Monochromatic Colors of #BD6E98
Black with #BD6E98
Text Example
Text Example
White with #BD6E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6E98; }
p { color: rgb(189,110,152); }
H1.HeaderClassName
{
color: #BD6E98;
}
.AnyTagClassName
{
color: #BD6E98;
}
</style>
background-color css
<style>
a { background-color: #BD6E98; }
a { background-color: rgb(189,110,152); }
div.DivClassName
{
background-color: #BD6E98;
}
.BgClassName
{
background-color: #BD6E98;
}
</style>
border-color css
<style>
span { border-color: #BD6E98; }
span { border-color: rgb(189,110,152); }
td.TdClassName
{
border-color: #BD6E98;
}
.TagClassName
{
border-color: #BD6E98;
}
</style>