#BE7198

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

Shades of Hopbush #BE7198

Tints of Hopbush #BE7198

Color information

#BE7198 (or 0xBE7198) is unknown color: approx Hopbush. HEX triplet: BE, 71 and 98. RGB value is (190,113,152). Sum of RGB (Red+Green+Blue) = 190+113+152=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7198 is #418E67. Grayscale: #8C8C8C. Windows color (decimal): -4296296 or 9990590. OLE color: 9990590.

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

Color convert

RGB190113152-
CMYK00.410.20.25
HSL329.61º37.2%59.41%-
HSV(B)329.61º40.53%74.51%-
XYZ32.8125.0232.81-
YUV140.47134.51163.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=41.76%
G=24.84%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011315200.410.20.25329.6137.259.41
HexBE7198029141914a253b
Octal27616123005124315124573
Binary1011111011100011001100001010011010011001101001010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7198; }

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

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

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

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

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

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

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

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