Shades of Bouquet #BE7FA1
Tints of Bouquet #BE7FA1
RGB
CMYK
RGB Variations
Color information
#BE7FA1 (or 0xBE7FA1) is known color: Bouquet. HEX triplet: BE, 7F and A1. RGB value is (190,127,161). Sum of RGB (Red+Green+Blue) = 190+127+161=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FA1 is #41805E. Grayscale: #959595. Windows color (decimal): -4292703 or 10583998. OLE color: 10583998.
HSL color Cylindrical-coordinate representation of color #BE7FA1: hue angle of 327.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE7FA1 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 161 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.25 |
| HSL | 327.62º | 0.33% | 0.62% | - |
| HSV(B) | 327.62º | 0.33% | 0.75% | - |
| XYZ | 35.26 | 28.7 | 37.4 | - |
| YUV | 149.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 161 | 0 | 0.33 | 0.15 | 0.25 | 327.62 | 0.33 | 0.62 |
| Hex | BE | 7F | A1 | 0 | 21 | F | 19 | 148 | 21 | 3E |
| Octal | 276 | 177 | 241 | 0 | 41 | 17 | 31 | 510 | 41 | 76 |
| Binary | 10111110 | 1111111 | 10100001 | 0 | 100001 | 1111 | 11001 | 101001000 | 100001 | 111110 |
Color Harmonies of #BE7FA1
Complementary color
Monochromatic Colors of #BE7FA1
Black with #BE7FA1
Text Example
Text Example
White with #BE7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7FA1; }
p { color: rgb(190,127,161); }
H1.HeaderClassName
{
color: #BE7FA1;
}
.AnyTagClassName
{
color: #BE7FA1;
}
</style>
background-color css
<style>
a { background-color: #BE7FA1; }
a { background-color: rgb(190,127,161); }
div.DivClassName
{
background-color: #BE7FA1;
}
.BgClassName
{
background-color: #BE7FA1;
}
</style>
border-color css
<style>
span { border-color: #BE7FA1; }
span { border-color: rgb(190,127,161); }
td.TdClassName
{
border-color: #BE7FA1;
}
.TagClassName
{
border-color: #BE7FA1;
}
</style>