Shades of Bouquet #BE70A3
Tints of Bouquet #BE70A3
RGB
CMYK
RGB Variations
Color information
#BE70A3 (or 0xBE70A3) is known color: Bouquet. HEX triplet: BE, 70 and A3. RGB value is (190,112,163). Sum of RGB (Red+Green+Blue) = 190+112+163=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70A3 is #418F5C. Grayscale: #8D8D8D. Windows color (decimal): -4296541 or 10711230. OLE color: 10711230.
HSL color Cylindrical-coordinate representation of color #BE70A3: hue angle of 320.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE70A3 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 163 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.25 |
| HSL | 320.77º | 0.38% | 0.59% | - |
| HSV(B) | 320.77º | 0.41% | 0.75% | - |
| XYZ | 33.64 | 25.18 | 37.74 | - |
| YUV | 141.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 163 | 0 | 0.41 | 0.14 | 0.25 | 320.77 | 0.38 | 0.59 |
| Hex | BE | 70 | A3 | 0 | 29 | E | 19 | 141 | 26 | 3B |
| Octal | 276 | 160 | 243 | 0 | 51 | 16 | 31 | 501 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10100011 | 0 | 101001 | 1110 | 11001 | 101000001 | 100110 | 111011 |
Color Harmonies of #BE70A3
Complementary color
Monochromatic Colors of #BE70A3
Black with #BE70A3
Text Example
Text Example
White with #BE70A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70A3; }
p { color: rgb(190,112,163); }
H1.HeaderClassName
{
color: #BE70A3;
}
.AnyTagClassName
{
color: #BE70A3;
}
</style>
background-color css
<style>
a { background-color: #BE70A3; }
a { background-color: rgb(190,112,163); }
div.DivClassName
{
background-color: #BE70A3;
}
.BgClassName
{
background-color: #BE70A3;
}
</style>
border-color css
<style>
span { border-color: #BE70A3; }
span { border-color: rgb(190,112,163); }
td.TdClassName
{
border-color: #BE70A3;
}
.TagClassName
{
border-color: #BE70A3;
}
</style>