Shades of Bouquet #BE71A8
Tints of Bouquet #BE71A8
RGB
CMYK
RGB Variations
Color information
#BE71A8 (or 0xBE71A8) is known color: Bouquet. HEX triplet: BE, 71 and A8. RGB value is (190,113,168). Sum of RGB (Red+Green+Blue) = 190+113+168=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71A8 is #418E57. Grayscale: #8E8E8E. Windows color (decimal): -4296280 or 11039166. OLE color: 11039166.
HSL color Cylindrical-coordinate representation of color #BE71A8: hue angle of 317.14º degrees, saturation: 0.37, 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 #BE71A8 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 113 | 168 | - |
CMYK | 0 | 0.41 | 0.12 | 0.25 |
HSL | 317.14º | 0.37% | 0.59% | - |
HSV(B) | 317.14º | 0.41% | 0.75% | - |
XYZ | 34.21 | 25.58 | 40.18 | - |
YUV | 142.29 | 142.51 | 162.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 113 | 168 | 0 | 0.41 | 0.12 | 0.25 | 317.14 | 0.37 | 0.59 |
Hex | BE | 71 | A8 | 0 | 29 | C | 19 | 13D | 25 | 3B |
Octal | 276 | 161 | 250 | 0 | 51 | 14 | 31 | 475 | 45 | 73 |
Binary | 10111110 | 1110001 | 10101000 | 0 | 101001 | 1100 | 11001 | 100111101 | 100101 | 111011 |
Color Harmonies of #BE71A8
Complementary color
Monochromatic Colors of #BE71A8
Black with #BE71A8
Text Example
Text Example
White with #BE71A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71A8; }
p { color: rgb(190,113,168); }
H1.HeaderClassName
{
color: #BE71A8;
}
.AnyTagClassName
{
color: #BE71A8;
}
</style>
background-color css
<style>
a { background-color: #BE71A8; }
a { background-color: rgb(190,113,168); }
div.DivClassName
{
background-color: #BE71A8;
}
.BgClassName
{
background-color: #BE71A8;
}
</style>
border-color css
<style>
span { border-color: #BE71A8; }
span { border-color: rgb(190,113,168); }
td.TdClassName
{
border-color: #BE71A8;
}
.TagClassName
{
border-color: #BE71A8;
}
</style>