Shades of Bouquet #BD78AA
Tints of Bouquet #BD78AA
RGB
CMYK
RGB Variations
Color information
#BD78AA (or 0xBD78AA) is known color: Bouquet. HEX triplet: BD, 78 and AA. RGB value is (189,120,170). Sum of RGB (Red+Green+Blue) = 189+120+170=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78AA is #428755. Grayscale: #929292. Windows color (decimal): -4360022 or 11172029. OLE color: 11172029.
HSL color Cylindrical-coordinate representation of color #BD78AA: hue angle of 316.52º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD78AA is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 170 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.26 |
| HSL | 316.52º | 0.34% | 0.61% | - |
| HSV(B) | 316.52º | 0.37% | 0.74% | - |
| XYZ | 34.96 | 27.15 | 41.43 | - |
| YUV | 146.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 170 | 0 | 0.37 | 0.10 | 0.26 | 316.52 | 0.34 | 0.61 |
| Hex | BD | 78 | AA | 0 | 25 | A | 1A | 13D | 22 | 3D |
| Octal | 275 | 170 | 252 | 0 | 45 | 12 | 32 | 475 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10101010 | 0 | 100101 | 1010 | 11010 | 100111101 | 100010 | 111101 |
Color Harmonies of #BD78AA
Complementary color
Monochromatic Colors of #BD78AA
Black with #BD78AA
Text Example
Text Example
White with #BD78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78AA; }
p { color: rgb(189,120,170); }
H1.HeaderClassName
{
color: #BD78AA;
}
.AnyTagClassName
{
color: #BD78AA;
}
</style>
background-color css
<style>
a { background-color: #BD78AA; }
a { background-color: rgb(189,120,170); }
div.DivClassName
{
background-color: #BD78AA;
}
.BgClassName
{
background-color: #BD78AA;
}
</style>
border-color css
<style>
span { border-color: #BD78AA; }
span { border-color: rgb(189,120,170); }
td.TdClassName
{
border-color: #BD78AA;
}
.TagClassName
{
border-color: #BD78AA;
}
</style>