Shades of Hopbush #BD66A4
Tints of Hopbush #BD66A4
RGB
CMYK
RGB Variations
Color information
#BD66A4 (or 0xBD66A4) is known color: Hopbush. HEX triplet: BD, 66 and A4. RGB value is (189,102,164). Sum of RGB (Red+Green+Blue) = 189+102+164=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD66A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD66A4 is #42995B. Grayscale: #868686. Windows color (decimal): -4364636 or 10774205. OLE color: 10774205.
HSL color Cylindrical-coordinate representation of color #BD66A4: hue angle of 317.24º degrees, saturation: 0.4, 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 #BD66A4 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 164 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.26 |
| HSL | 317.24º | 0.4% | 0.57% | - |
| HSV(B) | 317.24º | 0.46% | 0.74% | - |
| XYZ | 32.44 | 23 | 37.85 | - |
| YUV | 135.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 164 | 0 | 0.46 | 0.13 | 0.26 | 317.24 | 0.4 | 0.57 |
| Hex | BD | 66 | A4 | 0 | 2E | D | 1A | 13D | 28 | 39 |
| Octal | 275 | 146 | 244 | 0 | 56 | 15 | 32 | 475 | 50 | 71 |
| Binary | 10111101 | 1100110 | 10100100 | 0 | 101110 | 1101 | 11010 | 100111101 | 101000 | 111001 |
Color Harmonies of #BD66A4
Complementary color
Monochromatic Colors of #BD66A4
Black with #BD66A4
Text Example
Text Example
White with #BD66A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD66A4; }
p { color: rgb(189,102,164); }
H1.HeaderClassName
{
color: #BD66A4;
}
.AnyTagClassName
{
color: #BD66A4;
}
</style>
background-color css
<style>
a { background-color: #BD66A4; }
a { background-color: rgb(189,102,164); }
div.DivClassName
{
background-color: #BD66A4;
}
.BgClassName
{
background-color: #BD66A4;
}
</style>
border-color css
<style>
span { border-color: #BD66A4; }
span { border-color: rgb(189,102,164); }
td.TdClassName
{
border-color: #BD66A4;
}
.TagClassName
{
border-color: #BD66A4;
}
</style>