Shades of Bouquet #BE6FA4
Tints of Bouquet #BE6FA4
RGB
CMYK
RGB Variations
Color information
#BE6FA4 (or 0xBE6FA4) is known color: Bouquet. HEX triplet: BE, 6F and A4. RGB value is (190,111,164). Sum of RGB (Red+Green+Blue) = 190+111+164=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FA4 is #41905B. Grayscale: #8C8C8C. Windows color (decimal): -4296796 or 10776510. OLE color: 10776510.
HSL color Cylindrical-coordinate representation of color #BE6FA4: hue angle of 319.75º 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 #BE6FA4 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 164 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.25 |
| HSL | 319.75º | 0.38% | 0.59% | - |
| HSV(B) | 319.75º | 0.42% | 0.75% | - |
| XYZ | 33.62 | 25 | 38.17 | - |
| YUV | 140.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 164 | 0 | 0.42 | 0.14 | 0.25 | 319.75 | 0.38 | 0.59 |
| Hex | BE | 6F | A4 | 0 | 2A | E | 19 | 140 | 26 | 3B |
| Octal | 276 | 157 | 244 | 0 | 52 | 16 | 31 | 500 | 46 | 73 |
| Binary | 10111110 | 1101111 | 10100100 | 0 | 101010 | 1110 | 11001 | 101000000 | 100110 | 111011 |
Color Harmonies of #BE6FA4
Complementary color
Monochromatic Colors of #BE6FA4
Black with #BE6FA4
Text Example
Text Example
White with #BE6FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FA4; }
p { color: rgb(190,111,164); }
H1.HeaderClassName
{
color: #BE6FA4;
}
.AnyTagClassName
{
color: #BE6FA4;
}
</style>
background-color css
<style>
a { background-color: #BE6FA4; }
a { background-color: rgb(190,111,164); }
div.DivClassName
{
background-color: #BE6FA4;
}
.BgClassName
{
background-color: #BE6FA4;
}
</style>
border-color css
<style>
span { border-color: #BE6FA4; }
span { border-color: rgb(190,111,164); }
td.TdClassName
{
border-color: #BE6FA4;
}
.TagClassName
{
border-color: #BE6FA4;
}
</style>