Shades of Hopbush #BD67A4
Tints of Hopbush #BD67A4
RGB
CMYK
RGB Variations
Color information
#BD67A4 (or 0xBD67A4) is known color: Hopbush. HEX triplet: BD, 67 and A4. RGB value is (189,103,164). Sum of RGB (Red+Green+Blue) = 189+103+164=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67A4 is #42985B. Grayscale: #878787. Windows color (decimal): -4364380 or 10774461. OLE color: 10774461.
HSL color Cylindrical-coordinate representation of color #BD67A4: hue angle of 317.44º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD67A4 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 164 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.26 |
| HSL | 317.44º | 0.39% | 0.57% | - |
| HSV(B) | 317.44º | 0.46% | 0.74% | - |
| XYZ | 32.54 | 23.2 | 37.89 | - |
| YUV | 135.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 164 | 0 | 0.46 | 0.13 | 0.26 | 317.44 | 0.39 | 0.57 |
| Hex | BD | 67 | A4 | 0 | 2E | D | 1A | 13D | 27 | 39 |
| Octal | 275 | 147 | 244 | 0 | 56 | 15 | 32 | 475 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10100100 | 0 | 101110 | 1101 | 11010 | 100111101 | 100111 | 111001 |
Color Harmonies of #BD67A4
Complementary color
Monochromatic Colors of #BD67A4
Black with #BD67A4
Text Example
Text Example
White with #BD67A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67A4; }
p { color: rgb(189,103,164); }
H1.HeaderClassName
{
color: #BD67A4;
}
.AnyTagClassName
{
color: #BD67A4;
}
</style>
background-color css
<style>
a { background-color: #BD67A4; }
a { background-color: rgb(189,103,164); }
div.DivClassName
{
background-color: #BD67A4;
}
.BgClassName
{
background-color: #BD67A4;
}
</style>
border-color css
<style>
span { border-color: #BD67A4; }
span { border-color: rgb(189,103,164); }
td.TdClassName
{
border-color: #BD67A4;
}
.TagClassName
{
border-color: #BD67A4;
}
</style>