Shades of Hopbush #BD6AA2
Tints of Hopbush #BD6AA2
RGB
CMYK
RGB Variations
Color information
#BD6AA2 (or 0xBD6AA2) is known color: Hopbush. HEX triplet: BD, 6A and A2. RGB value is (189,106,162). Sum of RGB (Red+Green+Blue) = 189+106+162=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6AA2 is #42955D. Grayscale: #898989. Windows color (decimal): -4363614 or 10644157. OLE color: 10644157.
HSL color Cylindrical-coordinate representation of color #BD6AA2: hue angle of 319.52º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6AA2 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 162 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.26 |
| HSL | 319.52º | 0.39% | 0.58% | - |
| HSV(B) | 319.52º | 0.44% | 0.74% | - |
| XYZ | 32.66 | 23.74 | 37.04 | - |
| YUV | 137.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 162 | 0 | 0.44 | 0.14 | 0.26 | 319.52 | 0.39 | 0.58 |
| Hex | BD | 6A | A2 | 0 | 2C | E | 1A | 140 | 27 | 3A |
| Octal | 275 | 152 | 242 | 0 | 54 | 16 | 32 | 500 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10100010 | 0 | 101100 | 1110 | 11010 | 101000000 | 100111 | 111010 |
Color Harmonies of #BD6AA2
Complementary color
Monochromatic Colors of #BD6AA2
Black with #BD6AA2
Text Example
Text Example
White with #BD6AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6AA2; }
p { color: rgb(189,106,162); }
H1.HeaderClassName
{
color: #BD6AA2;
}
.AnyTagClassName
{
color: #BD6AA2;
}
</style>
background-color css
<style>
a { background-color: #BD6AA2; }
a { background-color: rgb(189,106,162); }
div.DivClassName
{
background-color: #BD6AA2;
}
.BgClassName
{
background-color: #BD6AA2;
}
</style>
border-color css
<style>
span { border-color: #BD6AA2; }
span { border-color: rgb(189,106,162); }
td.TdClassName
{
border-color: #BD6AA2;
}
.TagClassName
{
border-color: #BD6AA2;
}
</style>