#BE679F

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

Shades of Hopbush #BE679F

Tints of Hopbush #BE679F

Color information

#BE679F (or 0xBE679F) is unknown color: approx Hopbush. HEX triplet: BE, 67 and 9F. RGB value is (190,103,159). Sum of RGB (Red+Green+Blue) = 190+103+159=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE679F is #419860. Grayscale: #878787. Windows color (decimal): -4298849 or 10446782. OLE color: 10446782.

HSL color Cylindrical-coordinate representation of color #BE679F: hue angle of 321.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE679F is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB190103159-
CMYK00.460.160.25
HSL321.38º40.09%57.45%-
HSV(B)321.38º45.79%74.51%-
XYZ32.3423.1535.56-
YUV135.4141.32166.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 103 (40.62% from 255) = 22.79%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=42.04%
G=22.79%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010315900.460.160.25321.3840.0957.45
HexBE679F02E10191412839
Octal27614723705620315015071
Binary1011111011001111001111101011101000011001101000001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE679F; }

 p { color: rgb(190,103,159); }

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

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

 a { background-color: rgb(190,103,159); }

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

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

 span { border-color: rgb(190,103,159); }

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