#BE71A7

Color #BE71A7 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BE71A7

Tints of Bouquet #BE71A7

Color information

#BE71A7 (or 0xBE71A7) is unknown color: approx Bouquet. HEX triplet: BE, 71 and A7. RGB value is (190,113,167). Sum of RGB (Red+Green+Blue) = 190+113+167=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71A7 is #418E58. Grayscale: #8E8E8E. Windows color (decimal): -4296281 or 10973630. OLE color: 10973630.

HSL color Cylindrical-coordinate representation of color #BE71A7: hue angle of 317.92º 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 #BE71A7 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB190113167-
CMYK00.410.120.25
HSL317.92º37.2%59.41%-
HSV(B)317.92º40.53%74.51%-
XYZ34.1225.5539.69-
YUV142.18142.01162.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=40.43%
G=24.04%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011316700.410.120.25317.9237.259.41
HexBE71A7029C1913e253b
Octal27616124705114314764573
Binary101111101110001101001110101001110011001100111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71A7; }

 p { color: rgb(190,113,167); }

 H1.HeaderClassName
 {
   color: #BE71A7;
 }
 .AnyTagClassName
 {
   color: #BE71A7;
 }
</style>
background-color css

<style>
 a { background-color: #BE71A7; }

 a { background-color: rgb(190,113,167); }

 div.DivClassName
 {
   background-color: #BE71A7;
 }
 .BgClassName
 {
   background-color: #BE71A7;
 }
</style>
border-color css

<style>
 span { border-color: #BE71A7; }

 span { border-color: rgb(190,113,167); }

 td.TdClassName
 {
   border-color: #BE71A7;
 }
 .TagClassName
 {
   border-color: #BE71A7;
 }
</style>