Shades of Bouquet #BE74A8
Tints of Bouquet #BE74A8
RGB
CMYK
RGB Variations
Color information
#BE74A8 (or 0xBE74A8) is known color: Bouquet. HEX triplet: BE, 74 and A8. RGB value is (190,116,168). Sum of RGB (Red+Green+Blue) = 190+116+168=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74A8 is #418B57. Grayscale: #8F8F8F. Windows color (decimal): -4295512 or 11039934. OLE color: 11039934.
HSL color Cylindrical-coordinate representation of color #BE74A8: hue angle of 317.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE74A8 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 168 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.25 |
| HSL | 317.84º | 0.36% | 0.6% | - |
| HSV(B) | 317.84º | 0.39% | 0.75% | - |
| XYZ | 34.55 | 26.27 | 40.29 | - |
| YUV | 144.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 168 | 0 | 0.39 | 0.12 | 0.25 | 317.84 | 0.36 | 0.6 |
| Hex | BE | 74 | A8 | 0 | 27 | C | 19 | 13E | 24 | 3C |
| Octal | 276 | 164 | 250 | 0 | 47 | 14 | 31 | 476 | 44 | 74 |
| Binary | 10111110 | 1110100 | 10101000 | 0 | 100111 | 1100 | 11001 | 100111110 | 100100 | 111100 |
Color Harmonies of #BE74A8
Complementary color
Monochromatic Colors of #BE74A8
Black with #BE74A8
Text Example
Text Example
White with #BE74A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE74A8; }
p { color: rgb(190,116,168); }
H1.HeaderClassName
{
color: #BE74A8;
}
.AnyTagClassName
{
color: #BE74A8;
}
</style>
background-color css
<style>
a { background-color: #BE74A8; }
a { background-color: rgb(190,116,168); }
div.DivClassName
{
background-color: #BE74A8;
}
.BgClassName
{
background-color: #BE74A8;
}
</style>
border-color css
<style>
span { border-color: #BE74A8; }
span { border-color: rgb(190,116,168); }
td.TdClassName
{
border-color: #BE74A8;
}
.TagClassName
{
border-color: #BE74A8;
}
</style>