Shades of Bouquet #BD70A1
Tints of Bouquet #BD70A1
RGB
CMYK
RGB Variations
Color information
#BD70A1 (or 0xBD70A1) is known color: Bouquet. HEX triplet: BD, 70 and A1. RGB value is (189,112,161). Sum of RGB (Red+Green+Blue) = 189+112+161=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD70A1 is #428F5E. Grayscale: #8C8C8C. Windows color (decimal): -4362079 or 10580157. OLE color: 10580157.
HSL color Cylindrical-coordinate representation of color #BD70A1: hue angle of 321.82º 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 #BD70A1 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 161 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.26 |
| HSL | 321.82º | 0.37% | 0.59% | - |
| HSV(B) | 321.82º | 0.41% | 0.74% | - |
| XYZ | 33.21 | 24.98 | 36.79 | - |
| YUV | 140.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 161 | 0 | 0.41 | 0.15 | 0.26 | 321.82 | 0.37 | 0.59 |
| Hex | BD | 70 | A1 | 0 | 29 | F | 1A | 142 | 25 | 3B |
| Octal | 275 | 160 | 241 | 0 | 51 | 17 | 32 | 502 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10100001 | 0 | 101001 | 1111 | 11010 | 101000010 | 100101 | 111011 |
Color Harmonies of #BD70A1
Complementary color
Monochromatic Colors of #BD70A1
Black with #BD70A1
Text Example
Text Example
White with #BD70A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70A1; }
p { color: rgb(189,112,161); }
H1.HeaderClassName
{
color: #BD70A1;
}
.AnyTagClassName
{
color: #BD70A1;
}
</style>
background-color css
<style>
a { background-color: #BD70A1; }
a { background-color: rgb(189,112,161); }
div.DivClassName
{
background-color: #BD70A1;
}
.BgClassName
{
background-color: #BD70A1;
}
</style>
border-color css
<style>
span { border-color: #BD70A1; }
span { border-color: rgb(189,112,161); }
td.TdClassName
{
border-color: #BD70A1;
}
.TagClassName
{
border-color: #BD70A1;
}
</style>