#BE7194

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

Shades of Hopbush #BE7194

Tints of Hopbush #BE7194

Color information

#BE7194 (or 0xBE7194) is unknown color: approx Hopbush. HEX triplet: BE, 71 and 94. RGB value is (190,113,148). Sum of RGB (Red+Green+Blue) = 190+113+148=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7194 is #418E6B. Grayscale: #8B8B8B. Windows color (decimal): -4296300 or 9728446. OLE color: 9728446.

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

Color convert

RGB190113148-
CMYK00.410.220.25
HSL332.73º37.2%59.41%-
HSV(B)332.73º40.53%74.51%-
XYZ32.4924.931.11-
YUV140.01132.51163.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=42.13%
G=25.06%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011314800.410.220.25332.7337.259.41
HexBE7194029161914d253b
Octal27616122405126315154573
Binary1011111011100011001010001010011011011001101001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7194; }

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

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

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

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

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

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

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

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