Shades of Bouquet #BE72AD
Tints of Bouquet #BE72AD
RGB
CMYK
RGB Variations
Color information
#BE72AD (or 0xBE72AD) is known color: Bouquet. HEX triplet: BE, 72 and AD. RGB value is (190,114,173). Sum of RGB (Red+Green+Blue) = 190+114+173=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE72AD is #418D52. Grayscale: #8F8F8F. Windows color (decimal): -4296019 or 11367102. OLE color: 11367102.
HSL color Cylindrical-coordinate representation of color #BE72AD: hue angle of 313.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE72AD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 173 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.25 |
| HSL | 313.42º | 0.37% | 0.6% | - |
| HSV(B) | 313.42º | 0.4% | 0.75% | - |
| XYZ | 34.8 | 26 | 42.72 | - |
| YUV | 143.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 173 | 0 | 0.40 | 0.09 | 0.25 | 313.42 | 0.37 | 0.6 |
| Hex | BE | 72 | AD | 0 | 28 | 9 | 19 | 139 | 25 | 3C |
| Octal | 276 | 162 | 255 | 0 | 50 | 11 | 31 | 471 | 45 | 74 |
| Binary | 10111110 | 1110010 | 10101101 | 0 | 101000 | 1001 | 11001 | 100111001 | 100101 | 111100 |
Color Harmonies of #BE72AD
Complementary color
Monochromatic Colors of #BE72AD
Black with #BE72AD
Text Example
Text Example
White with #BE72AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE72AD; }
p { color: rgb(190,114,173); }
H1.HeaderClassName
{
color: #BE72AD;
}
.AnyTagClassName
{
color: #BE72AD;
}
</style>
background-color css
<style>
a { background-color: #BE72AD; }
a { background-color: rgb(190,114,173); }
div.DivClassName
{
background-color: #BE72AD;
}
.BgClassName
{
background-color: #BE72AD;
}
</style>
border-color css
<style>
span { border-color: #BE72AD; }
span { border-color: rgb(190,114,173); }
td.TdClassName
{
border-color: #BE72AD;
}
.TagClassName
{
border-color: #BE72AD;
}
</style>