Shades of Hopbush #BD628F
Tints of Hopbush #BD628F
RGB
CMYK
RGB Variations
Color information
#BD628F (or 0xBD628F) is known color: Hopbush. HEX triplet: BD, 62 and 8F. RGB value is (189,98,143). Sum of RGB (Red+Green+Blue) = 189+98+143=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD628F is #429D70. Grayscale: #828282. Windows color (decimal): -4365681 or 9396925. OLE color: 9396925.
HSL color Cylindrical-coordinate representation of color #BD628F: hue angle of 330.33º 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 #BD628F is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 143 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.26 |
| HSL | 330.33º | 0.41% | 0.56% | - |
| HSV(B) | 330.33º | 0.48% | 0.74% | - |
| XYZ | 30.31 | 21.54 | 28.55 | - |
| YUV | 130.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 143 | 0 | 0.48 | 0.24 | 0.26 | 330.33 | 0.41 | 0.56 |
| Hex | BD | 62 | 8F | 0 | 30 | 18 | 1A | 14A | 29 | 38 |
| Octal | 275 | 142 | 217 | 0 | 60 | 30 | 32 | 512 | 51 | 70 |
| Binary | 10111101 | 1100010 | 10001111 | 0 | 110000 | 11000 | 11010 | 101001010 | 101001 | 111000 |
Color Harmonies of #BD628F
Complementary color
Monochromatic Colors of #BD628F
Black with #BD628F
Text Example
Text Example
White with #BD628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD628F; }
p { color: rgb(189,98,143); }
H1.HeaderClassName
{
color: #BD628F;
}
.AnyTagClassName
{
color: #BD628F;
}
</style>
background-color css
<style>
a { background-color: #BD628F; }
a { background-color: rgb(189,98,143); }
div.DivClassName
{
background-color: #BD628F;
}
.BgClassName
{
background-color: #BD628F;
}
</style>
border-color css
<style>
span { border-color: #BD628F; }
span { border-color: rgb(189,98,143); }
td.TdClassName
{
border-color: #BD628F;
}
.TagClassName
{
border-color: #BD628F;
}
</style>