Shades of Bouquet #BD71A4
Tints of Bouquet #BD71A4
RGB
CMYK
RGB Variations
Color information
#BD71A4 (or 0xBD71A4) is known color: Bouquet. HEX triplet: BD, 71 and A4. RGB value is (189,113,164). Sum of RGB (Red+Green+Blue) = 189+113+164=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD71A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD71A4 is #428E5B. Grayscale: #8D8D8D. Windows color (decimal): -4361820 or 10777021. OLE color: 10777021.
HSL color Cylindrical-coordinate representation of color #BD71A4: hue angle of 319.74º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD71A4 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 164 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.26 |
| HSL | 319.74º | 0.37% | 0.59% | - |
| HSV(B) | 319.74º | 0.4% | 0.74% | - |
| XYZ | 33.59 | 25.31 | 38.24 | - |
| YUV | 141.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 164 | 0 | 0.40 | 0.13 | 0.26 | 319.74 | 0.37 | 0.59 |
| Hex | BD | 71 | A4 | 0 | 28 | D | 1A | 140 | 25 | 3B |
| Octal | 275 | 161 | 244 | 0 | 50 | 15 | 32 | 500 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10100100 | 0 | 101000 | 1101 | 11010 | 101000000 | 100101 | 111011 |
Color Harmonies of #BD71A4
Complementary color
Monochromatic Colors of #BD71A4
Black with #BD71A4
Text Example
Text Example
White with #BD71A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71A4; }
p { color: rgb(189,113,164); }
H1.HeaderClassName
{
color: #BD71A4;
}
.AnyTagClassName
{
color: #BD71A4;
}
</style>
background-color css
<style>
a { background-color: #BD71A4; }
a { background-color: rgb(189,113,164); }
div.DivClassName
{
background-color: #BD71A4;
}
.BgClassName
{
background-color: #BD71A4;
}
</style>
border-color css
<style>
span { border-color: #BD71A4; }
span { border-color: rgb(189,113,164); }
td.TdClassName
{
border-color: #BD71A4;
}
.TagClassName
{
border-color: #BD71A4;
}
</style>