Shades of Hopbush #BD6B98
Tints of Hopbush #BD6B98
RGB
CMYK
RGB Variations
Color information
#BD6B98 (or 0xBD6B98) is known color: Hopbush. HEX triplet: BD, 6B and 98. RGB value is (189,107,152). Sum of RGB (Red+Green+Blue) = 189+107+152=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6B98 is #429467. Grayscale: #888888. Windows color (decimal): -4363368 or 9989053. OLE color: 9989053.
HSL color Cylindrical-coordinate representation of color #BD6B98: hue angle of 327.07º 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 #BD6B98 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 152 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.26 |
| HSL | 327.07º | 0.38% | 0.58% | - |
| HSV(B) | 327.07º | 0.43% | 0.74% | - |
| XYZ | 31.91 | 23.6 | 32.58 | - |
| YUV | 136.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 152 | 0 | 0.43 | 0.20 | 0.26 | 327.07 | 0.38 | 0.58 |
| Hex | BD | 6B | 98 | 0 | 2B | 14 | 1A | 147 | 26 | 3A |
| Octal | 275 | 153 | 230 | 0 | 53 | 24 | 32 | 507 | 46 | 72 |
| Binary | 10111101 | 1101011 | 10011000 | 0 | 101011 | 10100 | 11010 | 101000111 | 100110 | 111010 |
Color Harmonies of #BD6B98
Complementary color
Monochromatic Colors of #BD6B98
Black with #BD6B98
Text Example
Text Example
White with #BD6B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B98; }
p { color: rgb(189,107,152); }
H1.HeaderClassName
{
color: #BD6B98;
}
.AnyTagClassName
{
color: #BD6B98;
}
</style>
background-color css
<style>
a { background-color: #BD6B98; }
a { background-color: rgb(189,107,152); }
div.DivClassName
{
background-color: #BD6B98;
}
.BgClassName
{
background-color: #BD6B98;
}
</style>
border-color css
<style>
span { border-color: #BD6B98; }
span { border-color: rgb(189,107,152); }
td.TdClassName
{
border-color: #BD6B98;
}
.TagClassName
{
border-color: #BD6B98;
}
</style>