Shades of Bouquet #BD70A4
Tints of Bouquet #BD70A4
RGB
CMYK
RGB Variations
Color information
#BD70A4 (or 0xBD70A4) is known color: Bouquet. HEX triplet: BD, 70 and A4. RGB value is (189,112,164). Sum of RGB (Red+Green+Blue) = 189+112+164=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD70A4 is #428F5B. Grayscale: #8C8C8C. Windows color (decimal): -4362076 or 10776765. OLE color: 10776765.
HSL color Cylindrical-coordinate representation of color #BD70A4: hue angle of 319.48º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD70A4 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 164 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.26 |
| HSL | 319.48º | 0.37% | 0.59% | - |
| HSV(B) | 319.48º | 0.41% | 0.74% | - |
| XYZ | 33.48 | 25.09 | 38.2 | - |
| YUV | 140.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 164 | 0 | 0.41 | 0.13 | 0.26 | 319.48 | 0.37 | 0.59 |
| Hex | BD | 70 | A4 | 0 | 29 | D | 1A | 13F | 25 | 3B |
| Octal | 275 | 160 | 244 | 0 | 51 | 15 | 32 | 477 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10100100 | 0 | 101001 | 1101 | 11010 | 100111111 | 100101 | 111011 |
Color Harmonies of #BD70A4
Complementary color
Monochromatic Colors of #BD70A4
Black with #BD70A4
Text Example
Text Example
White with #BD70A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70A4; }
p { color: rgb(189,112,164); }
H1.HeaderClassName
{
color: #BD70A4;
}
.AnyTagClassName
{
color: #BD70A4;
}
</style>
background-color css
<style>
a { background-color: #BD70A4; }
a { background-color: rgb(189,112,164); }
div.DivClassName
{
background-color: #BD70A4;
}
.BgClassName
{
background-color: #BD70A4;
}
</style>
border-color css
<style>
span { border-color: #BD70A4; }
span { border-color: rgb(189,112,164); }
td.TdClassName
{
border-color: #BD70A4;
}
.TagClassName
{
border-color: #BD70A4;
}
</style>