Shades of Bouquet #BE6FAA
Tints of Bouquet #BE6FAA
RGB
CMYK
RGB Variations
Color information
#BE6FAA (or 0xBE6FAA) is known color: Bouquet. HEX triplet: BE, 6F and AA. RGB value is (190,111,170). Sum of RGB (Red+Green+Blue) = 190+111+170=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FAA is #419055. Grayscale: #8D8D8D. Windows color (decimal): -4296790 or 11169726. OLE color: 11169726.
HSL color Cylindrical-coordinate representation of color #BE6FAA: hue angle of 315.19º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6FAA is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 170 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.25 |
| HSL | 315.19º | 0.38% | 0.59% | - |
| HSV(B) | 315.19º | 0.42% | 0.75% | - |
| XYZ | 34.18 | 25.22 | 41.1 | - |
| YUV | 141.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 170 | 0 | 0.42 | 0.11 | 0.25 | 315.19 | 0.38 | 0.59 |
| Hex | BE | 6F | AA | 0 | 2A | B | 19 | 13B | 26 | 3B |
| Octal | 276 | 157 | 252 | 0 | 52 | 13 | 31 | 473 | 46 | 73 |
| Binary | 10111110 | 1101111 | 10101010 | 0 | 101010 | 1011 | 11001 | 100111011 | 100110 | 111011 |
Color Harmonies of #BE6FAA
Complementary color
Monochromatic Colors of #BE6FAA
Black with #BE6FAA
Text Example
Text Example
White with #BE6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FAA; }
p { color: rgb(190,111,170); }
H1.HeaderClassName
{
color: #BE6FAA;
}
.AnyTagClassName
{
color: #BE6FAA;
}
</style>
background-color css
<style>
a { background-color: #BE6FAA; }
a { background-color: rgb(190,111,170); }
div.DivClassName
{
background-color: #BE6FAA;
}
.BgClassName
{
background-color: #BE6FAA;
}
</style>
border-color css
<style>
span { border-color: #BE6FAA; }
span { border-color: rgb(190,111,170); }
td.TdClassName
{
border-color: #BE6FAA;
}
.TagClassName
{
border-color: #BE6FAA;
}
</style>