Shades of Hopbush #BD639F
Tints of Hopbush #BD639F
RGB
CMYK
RGB Variations
Color information
#BD639F (or 0xBD639F) is known color: Hopbush. HEX triplet: BD, 63 and 9F. RGB value is (189,99,159). Sum of RGB (Red+Green+Blue) = 189+99+159=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD639F is #429C60. Grayscale: #848484. Windows color (decimal): -4365409 or 10445757. OLE color: 10445757.
HSL color Cylindrical-coordinate representation of color #BD639F: hue angle of 320º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD639F is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 159 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.26 |
| HSL | 320º | 0.41% | 0.56% | - |
| HSV(B) | 320º | 0.48% | 0.74% | - |
| XYZ | 31.71 | 22.25 | 35.42 | - |
| YUV | 132.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 159 | 0 | 0.48 | 0.16 | 0.26 | 320 | 0.41 | 0.56 |
| Hex | BD | 63 | 9F | 0 | 30 | 10 | 1A | 140 | 29 | 38 |
| Octal | 275 | 143 | 237 | 0 | 60 | 20 | 32 | 500 | 51 | 70 |
| Binary | 10111101 | 1100011 | 10011111 | 0 | 110000 | 10000 | 11010 | 101000000 | 101001 | 111000 |
Color Harmonies of #BD639F
Complementary color
Monochromatic Colors of #BD639F
Black with #BD639F
Text Example
Text Example
White with #BD639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD639F; }
p { color: rgb(189,99,159); }
H1.HeaderClassName
{
color: #BD639F;
}
.AnyTagClassName
{
color: #BD639F;
}
</style>
background-color css
<style>
a { background-color: #BD639F; }
a { background-color: rgb(189,99,159); }
div.DivClassName
{
background-color: #BD639F;
}
.BgClassName
{
background-color: #BD639F;
}
</style>
border-color css
<style>
span { border-color: #BD639F; }
span { border-color: rgb(189,99,159); }
td.TdClassName
{
border-color: #BD639F;
}
.TagClassName
{
border-color: #BD639F;
}
</style>