Shades of Hopbush #BD749A
Tints of Hopbush #BD749A
RGB
CMYK
RGB Variations
Color information
#BD749A (or 0xBD749A) is known color: Hopbush. HEX triplet: BD, 74 and 9A. RGB value is (189,116,154). Sum of RGB (Red+Green+Blue) = 189+116+154=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD749A is #428B65. Grayscale: #8E8E8E. Windows color (decimal): -4361062 or 10122429. OLE color: 10122429.
HSL color Cylindrical-coordinate representation of color #BD749A: hue angle of 328.77º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD749A is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 154 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.26 |
| HSL | 328.77º | 0.36% | 0.6% | - |
| HSV(B) | 328.77º | 0.39% | 0.74% | - |
| XYZ | 33.06 | 25.64 | 33.78 | - |
| YUV | 142.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 154 | 0 | 0.39 | 0.19 | 0.26 | 328.77 | 0.36 | 0.6 |
| Hex | BD | 74 | 9A | 0 | 27 | 13 | 1A | 149 | 24 | 3C |
| Octal | 275 | 164 | 232 | 0 | 47 | 23 | 32 | 511 | 44 | 74 |
| Binary | 10111101 | 1110100 | 10011010 | 0 | 100111 | 10011 | 11010 | 101001001 | 100100 | 111100 |
Color Harmonies of #BD749A
Complementary color
Monochromatic Colors of #BD749A
Black with #BD749A
Text Example
Text Example
White with #BD749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD749A; }
p { color: rgb(189,116,154); }
H1.HeaderClassName
{
color: #BD749A;
}
.AnyTagClassName
{
color: #BD749A;
}
</style>
background-color css
<style>
a { background-color: #BD749A; }
a { background-color: rgb(189,116,154); }
div.DivClassName
{
background-color: #BD749A;
}
.BgClassName
{
background-color: #BD749A;
}
</style>
border-color css
<style>
span { border-color: #BD749A; }
span { border-color: rgb(189,116,154); }
td.TdClassName
{
border-color: #BD749A;
}
.TagClassName
{
border-color: #BD749A;
}
</style>