Shades of Hopbush #B56493
Tints of Hopbush #B56493
RGB
CMYK
RGB Variations
Color information
#B56493 (or 0xB56493) is known color: Hopbush. HEX triplet: B5, 64 and 93. RGB value is (181,100,147). Sum of RGB (Red+Green+Blue) = 181+100+147=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B56493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56493 is #4A9B6C. Grayscale: #818181. Windows color (decimal): -4889453 or 9659573. OLE color: 9659573.
HSL color Cylindrical-coordinate representation of color #B56493: hue angle of 325.19º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56493 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 147 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.29 |
| HSL | 325.19º | 0.35% | 0.55% | - |
| HSV(B) | 325.19º | 0.45% | 0.71% | - |
| XYZ | 28.88 | 21.04 | 30.14 | - |
| YUV | 129.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 147 | 0 | 0.45 | 0.19 | 0.29 | 325.19 | 0.35 | 0.55 |
| Hex | B5 | 64 | 93 | 0 | 2D | 13 | 1D | 145 | 23 | 37 |
| Octal | 265 | 144 | 223 | 0 | 55 | 23 | 35 | 505 | 43 | 67 |
| Binary | 10110101 | 1100100 | 10010011 | 0 | 101101 | 10011 | 11101 | 101000101 | 100011 | 110111 |
Color Harmonies of #B56493
Complementary color
Monochromatic Colors of #B56493
Black with #B56493
Text Example
Text Example
White with #B56493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56493; }
p { color: rgb(181,100,147); }
H1.HeaderClassName
{
color: #B56493;
}
.AnyTagClassName
{
color: #B56493;
}
</style>
background-color css
<style>
a { background-color: #B56493; }
a { background-color: rgb(181,100,147); }
div.DivClassName
{
background-color: #B56493;
}
.BgClassName
{
background-color: #B56493;
}
</style>
border-color css
<style>
span { border-color: #B56493; }
span { border-color: rgb(181,100,147); }
td.TdClassName
{
border-color: #B56493;
}
.TagClassName
{
border-color: #B56493;
}
</style>