Shades of Hopbush #BD6FA0
Tints of Hopbush #BD6FA0
RGB
CMYK
RGB Variations
Color information
#BD6FA0 (or 0xBD6FA0) is known color: Hopbush. HEX triplet: BD, 6F and A0. RGB value is (189,111,160). Sum of RGB (Red+Green+Blue) = 189+111+160=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FA0 is #42905F. Grayscale: #8B8B8B. Windows color (decimal): -4362336 or 10514365. OLE color: 10514365.
HSL color Cylindrical-coordinate representation of color #BD6FA0: hue angle of 322.31º 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 #BD6FA0 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 160 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.26 |
| HSL | 322.31º | 0.37% | 0.59% | - |
| HSV(B) | 322.31º | 0.41% | 0.74% | - |
| XYZ | 33.02 | 24.73 | 36.29 | - |
| YUV | 139.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 160 | 0 | 0.41 | 0.15 | 0.26 | 322.31 | 0.37 | 0.59 |
| Hex | BD | 6F | A0 | 0 | 29 | F | 1A | 142 | 25 | 3B |
| Octal | 275 | 157 | 240 | 0 | 51 | 17 | 32 | 502 | 45 | 73 |
| Binary | 10111101 | 1101111 | 10100000 | 0 | 101001 | 1111 | 11010 | 101000010 | 100101 | 111011 |
Color Harmonies of #BD6FA0
Complementary color
Monochromatic Colors of #BD6FA0
Black with #BD6FA0
Text Example
Text Example
White with #BD6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FA0; }
p { color: rgb(189,111,160); }
H1.HeaderClassName
{
color: #BD6FA0;
}
.AnyTagClassName
{
color: #BD6FA0;
}
</style>
background-color css
<style>
a { background-color: #BD6FA0; }
a { background-color: rgb(189,111,160); }
div.DivClassName
{
background-color: #BD6FA0;
}
.BgClassName
{
background-color: #BD6FA0;
}
</style>
border-color css
<style>
span { border-color: #BD6FA0; }
span { border-color: rgb(189,111,160); }
td.TdClassName
{
border-color: #BD6FA0;
}
.TagClassName
{
border-color: #BD6FA0;
}
</style>