Shades of Bouquet #BD78A1
Tints of Bouquet #BD78A1
RGB
CMYK
RGB Variations
Color information
#BD78A1 (or 0xBD78A1) is known color: Bouquet. HEX triplet: BD, 78 and A1. RGB value is (189,120,161). Sum of RGB (Red+Green+Blue) = 189+120+161=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78A1 is #42875E. Grayscale: #919191. Windows color (decimal): -4360031 or 10582205. OLE color: 10582205.
HSL color Cylindrical-coordinate representation of color #BD78A1: hue angle of 324.35º 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 #BD78A1 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 161 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.26 |
| HSL | 324.35º | 0.34% | 0.61% | - |
| HSV(B) | 324.35º | 0.37% | 0.74% | - |
| XYZ | 34.14 | 26.82 | 37.1 | - |
| YUV | 145.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 161 | 0 | 0.37 | 0.15 | 0.26 | 324.35 | 0.34 | 0.61 |
| Hex | BD | 78 | A1 | 0 | 25 | F | 1A | 144 | 22 | 3D |
| Octal | 275 | 170 | 241 | 0 | 45 | 17 | 32 | 504 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10100001 | 0 | 100101 | 1111 | 11010 | 101000100 | 100010 | 111101 |
Color Harmonies of #BD78A1
Complementary color
Monochromatic Colors of #BD78A1
Black with #BD78A1
Text Example
Text Example
White with #BD78A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78A1; }
p { color: rgb(189,120,161); }
H1.HeaderClassName
{
color: #BD78A1;
}
.AnyTagClassName
{
color: #BD78A1;
}
</style>
background-color css
<style>
a { background-color: #BD78A1; }
a { background-color: rgb(189,120,161); }
div.DivClassName
{
background-color: #BD78A1;
}
.BgClassName
{
background-color: #BD78A1;
}
</style>
border-color css
<style>
span { border-color: #BD78A1; }
span { border-color: rgb(189,120,161); }
td.TdClassName
{
border-color: #BD78A1;
}
.TagClassName
{
border-color: #BD78A1;
}
</style>