Shades of Bouquet #BE6FAC
Tints of Bouquet #BE6FAC
RGB
CMYK
RGB Variations
Color information
#BE6FAC (or 0xBE6FAC) is known color: Bouquet. HEX triplet: BE, 6F and AC. RGB value is (190,111,172). Sum of RGB (Red+Green+Blue) = 190+111+172=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FAC is #419053. Grayscale: #8D8D8D. Windows color (decimal): -4296788 or 11300798. OLE color: 11300798.
HSL color Cylindrical-coordinate representation of color #BE6FAC: hue angle of 313.67º 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 #BE6FAC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 172 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.25 |
| HSL | 313.67º | 0.38% | 0.59% | - |
| HSV(B) | 313.67º | 0.42% | 0.75% | - |
| XYZ | 34.37 | 25.29 | 42.1 | - |
| YUV | 141.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 172 | 0 | 0.42 | 0.09 | 0.25 | 313.67 | 0.38 | 0.59 |
| Hex | BE | 6F | AC | 0 | 2A | 9 | 19 | 13A | 26 | 3B |
| Octal | 276 | 157 | 254 | 0 | 52 | 11 | 31 | 472 | 46 | 73 |
| Binary | 10111110 | 1101111 | 10101100 | 0 | 101010 | 1001 | 11001 | 100111010 | 100110 | 111011 |
Color Harmonies of #BE6FAC
Complementary color
Monochromatic Colors of #BE6FAC
Black with #BE6FAC
Text Example
Text Example
White with #BE6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FAC; }
p { color: rgb(190,111,172); }
H1.HeaderClassName
{
color: #BE6FAC;
}
.AnyTagClassName
{
color: #BE6FAC;
}
</style>
background-color css
<style>
a { background-color: #BE6FAC; }
a { background-color: rgb(190,111,172); }
div.DivClassName
{
background-color: #BE6FAC;
}
.BgClassName
{
background-color: #BE6FAC;
}
</style>
border-color css
<style>
span { border-color: #BE6FAC; }
span { border-color: rgb(190,111,172); }
td.TdClassName
{
border-color: #BE6FAC;
}
.TagClassName
{
border-color: #BE6FAC;
}
</style>