Shades of Hopbush #BD6493
Tints of Hopbush #BD6493
RGB
CMYK
RGB Variations
Color information
#BD6493 (or 0xBD6493) is known color: Hopbush. HEX triplet: BD, 64 and 93. RGB value is (189,100,147). Sum of RGB (Red+Green+Blue) = 189+100+147=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6493 is #429B6C. Grayscale: #838383. Windows color (decimal): -4365165 or 9659581. OLE color: 9659581.
HSL color Cylindrical-coordinate representation of color #BD6493: hue angle of 328.31º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6493 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 147 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.26 |
| HSL | 328.31º | 0.4% | 0.57% | - |
| HSV(B) | 328.31º | 0.47% | 0.74% | - |
| XYZ | 30.81 | 22.04 | 30.23 | - |
| YUV | 131.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 147 | 0 | 0.47 | 0.22 | 0.26 | 328.31 | 0.4 | 0.57 |
| Hex | BD | 64 | 93 | 0 | 2F | 16 | 1A | 148 | 28 | 39 |
| Octal | 275 | 144 | 223 | 0 | 57 | 26 | 32 | 510 | 50 | 71 |
| Binary | 10111101 | 1100100 | 10010011 | 0 | 101111 | 10110 | 11010 | 101001000 | 101000 | 111001 |
Color Harmonies of #BD6493
Complementary color
Monochromatic Colors of #BD6493
Black with #BD6493
Text Example
Text Example
White with #BD6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6493; }
p { color: rgb(189,100,147); }
H1.HeaderClassName
{
color: #BD6493;
}
.AnyTagClassName
{
color: #BD6493;
}
</style>
background-color css
<style>
a { background-color: #BD6493; }
a { background-color: rgb(189,100,147); }
div.DivClassName
{
background-color: #BD6493;
}
.BgClassName
{
background-color: #BD6493;
}
</style>
border-color css
<style>
span { border-color: #BD6493; }
span { border-color: rgb(189,100,147); }
td.TdClassName
{
border-color: #BD6493;
}
.TagClassName
{
border-color: #BD6493;
}
</style>