#BE7398

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

Shades of Hopbush #BE7398

Tints of Hopbush #BE7398

Color information

#BE7398 (or 0xBE7398) is unknown color: approx Hopbush. HEX triplet: BE, 73 and 98. RGB value is (190,115,152). Sum of RGB (Red+Green+Blue) = 190+115+152=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7398 is #418C67. Grayscale: #8D8D8D. Windows color (decimal): -4295784 or 9991102. OLE color: 9991102.

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

Color convert

RGB190115152-
CMYK00.390.20.25
HSL330.4º36.59%59.8%-
HSV(B)330.4º39.47%74.51%-
XYZ33.0325.4832.88-
YUV141.64133.85162.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=41.58%
G=25.16%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011515200.390.20.25330.436.5959.8
HexBE7398027141914a253c
Octal27616323004724315124574
Binary1011111011100111001100001001111010011001101001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7398; }

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

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

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

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

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

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

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

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