Shades of Bouquet #BD78AB
Tints of Bouquet #BD78AB
RGB
CMYK
RGB Variations
Color information
#BD78AB (or 0xBD78AB) is known color: Bouquet. HEX triplet: BD, 78 and AB. RGB value is (189,120,171). Sum of RGB (Red+Green+Blue) = 189+120+171=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78AB is #428754. Grayscale: #929292. Windows color (decimal): -4360021 or 11237565. OLE color: 11237565.
HSL color Cylindrical-coordinate representation of color #BD78AB: hue angle of 315.65º 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 #BD78AB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 171 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.26 |
| HSL | 315.65º | 0.34% | 0.61% | - |
| HSV(B) | 315.65º | 0.37% | 0.74% | - |
| XYZ | 35.05 | 27.19 | 41.93 | - |
| YUV | 146.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 171 | 0 | 0.37 | 0.10 | 0.26 | 315.65 | 0.34 | 0.61 |
| Hex | BD | 78 | AB | 0 | 25 | A | 1A | 13C | 22 | 3D |
| Octal | 275 | 170 | 253 | 0 | 45 | 12 | 32 | 474 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10101011 | 0 | 100101 | 1010 | 11010 | 100111100 | 100010 | 111101 |
Color Harmonies of #BD78AB
Complementary color
Monochromatic Colors of #BD78AB
Black with #BD78AB
Text Example
Text Example
White with #BD78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78AB; }
p { color: rgb(189,120,171); }
H1.HeaderClassName
{
color: #BD78AB;
}
.AnyTagClassName
{
color: #BD78AB;
}
</style>
background-color css
<style>
a { background-color: #BD78AB; }
a { background-color: rgb(189,120,171); }
div.DivClassName
{
background-color: #BD78AB;
}
.BgClassName
{
background-color: #BD78AB;
}
</style>
border-color css
<style>
span { border-color: #BD78AB; }
span { border-color: rgb(189,120,171); }
td.TdClassName
{
border-color: #BD78AB;
}
.TagClassName
{
border-color: #BD78AB;
}
</style>