Shades of Hopbush #BD70A0
Tints of Hopbush #BD70A0
RGB
CMYK
RGB Variations
Color information
#BD70A0 (or 0xBD70A0) is known color: Hopbush. HEX triplet: BD, 70 and A0. RGB value is (189,112,160). Sum of RGB (Red+Green+Blue) = 189+112+160=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD70A0 is #428F5F. Grayscale: #8C8C8C. Windows color (decimal): -4362080 or 10514621. OLE color: 10514621.
HSL color Cylindrical-coordinate representation of color #BD70A0: hue angle of 322.6º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD70A0 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 160 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.26 |
| HSL | 322.6º | 0.37% | 0.59% | - |
| HSV(B) | 322.6º | 0.41% | 0.74% | - |
| XYZ | 33.13 | 24.95 | 36.33 | - |
| YUV | 140.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 160 | 0 | 0.41 | 0.15 | 0.26 | 322.6 | 0.37 | 0.59 |
| Hex | BD | 70 | A0 | 0 | 29 | F | 1A | 143 | 25 | 3B |
| Octal | 275 | 160 | 240 | 0 | 51 | 17 | 32 | 503 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10100000 | 0 | 101001 | 1111 | 11010 | 101000011 | 100101 | 111011 |
Color Harmonies of #BD70A0
Complementary color
Monochromatic Colors of #BD70A0
Black with #BD70A0
Text Example
Text Example
White with #BD70A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70A0; }
p { color: rgb(189,112,160); }
H1.HeaderClassName
{
color: #BD70A0;
}
.AnyTagClassName
{
color: #BD70A0;
}
</style>
background-color css
<style>
a { background-color: #BD70A0; }
a { background-color: rgb(189,112,160); }
div.DivClassName
{
background-color: #BD70A0;
}
.BgClassName
{
background-color: #BD70A0;
}
</style>
border-color css
<style>
span { border-color: #BD70A0; }
span { border-color: rgb(189,112,160); }
td.TdClassName
{
border-color: #BD70A0;
}
.TagClassName
{
border-color: #BD70A0;
}
</style>