Shades of Bouquet #BE7FAA
Tints of Bouquet #BE7FAA
RGB
CMYK
RGB Variations
Color information
#BE7FAA (or 0xBE7FAA) is known color: Bouquet. HEX triplet: BE, 7F and AA. RGB value is (190,127,170). Sum of RGB (Red+Green+Blue) = 190+127+170=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FAA is #418055. Grayscale: #969696. Windows color (decimal): -4292694 or 11173822. OLE color: 11173822.
HSL color Cylindrical-coordinate representation of color #BE7FAA: hue angle of 319.05º 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 #BE7FAA is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 170 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.25 |
| HSL | 319.05º | 0.33% | 0.62% | - |
| HSV(B) | 319.05º | 0.33% | 0.75% | - |
| XYZ | 36.08 | 29.03 | 41.73 | - |
| YUV | 150.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 170 | 0 | 0.33 | 0.11 | 0.25 | 319.05 | 0.33 | 0.62 |
| Hex | BE | 7F | AA | 0 | 21 | B | 19 | 13F | 21 | 3E |
| Octal | 276 | 177 | 252 | 0 | 41 | 13 | 31 | 477 | 41 | 76 |
| Binary | 10111110 | 1111111 | 10101010 | 0 | 100001 | 1011 | 11001 | 100111111 | 100001 | 111110 |
Color Harmonies of #BE7FAA
Complementary color
Monochromatic Colors of #BE7FAA
Black with #BE7FAA
Text Example
Text Example
White with #BE7FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7FAA; }
p { color: rgb(190,127,170); }
H1.HeaderClassName
{
color: #BE7FAA;
}
.AnyTagClassName
{
color: #BE7FAA;
}
</style>
background-color css
<style>
a { background-color: #BE7FAA; }
a { background-color: rgb(190,127,170); }
div.DivClassName
{
background-color: #BE7FAA;
}
.BgClassName
{
background-color: #BE7FAA;
}
</style>
border-color css
<style>
span { border-color: #BE7FAA; }
span { border-color: rgb(190,127,170); }
td.TdClassName
{
border-color: #BE7FAA;
}
.TagClassName
{
border-color: #BE7FAA;
}
</style>