Shades of Bouquet #BE7FA3
Tints of Bouquet #BE7FA3
RGB
CMYK
RGB Variations
Color information
#BE7FA3 (or 0xBE7FA3) is known color: Bouquet. HEX triplet: BE, 7F and A3. RGB value is (190,127,163). Sum of RGB (Red+Green+Blue) = 190+127+163=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FA3 is #41805C. Grayscale: #959595. Windows color (decimal): -4292701 or 10715070. OLE color: 10715070.
HSL color Cylindrical-coordinate representation of color #BE7FA3: hue angle of 325.71º 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 #BE7FA3 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 163 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.25 |
| HSL | 325.71º | 0.33% | 0.62% | - |
| HSV(B) | 325.71º | 0.33% | 0.75% | - |
| XYZ | 35.44 | 28.77 | 38.34 | - |
| YUV | 149.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 163 | 0 | 0.33 | 0.14 | 0.25 | 325.71 | 0.33 | 0.62 |
| Hex | BE | 7F | A3 | 0 | 21 | E | 19 | 146 | 21 | 3E |
| Octal | 276 | 177 | 243 | 0 | 41 | 16 | 31 | 506 | 41 | 76 |
| Binary | 10111110 | 1111111 | 10100011 | 0 | 100001 | 1110 | 11001 | 101000110 | 100001 | 111110 |
Color Harmonies of #BE7FA3
Complementary color
Monochromatic Colors of #BE7FA3
Black with #BE7FA3
Text Example
Text Example
White with #BE7FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7FA3; }
p { color: rgb(190,127,163); }
H1.HeaderClassName
{
color: #BE7FA3;
}
.AnyTagClassName
{
color: #BE7FA3;
}
</style>
background-color css
<style>
a { background-color: #BE7FA3; }
a { background-color: rgb(190,127,163); }
div.DivClassName
{
background-color: #BE7FA3;
}
.BgClassName
{
background-color: #BE7FA3;
}
</style>
border-color css
<style>
span { border-color: #BE7FA3; }
span { border-color: rgb(190,127,163); }
td.TdClassName
{
border-color: #BE7FA3;
}
.TagClassName
{
border-color: #BE7FA3;
}
</style>